Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
110 views

I am working on a simple OpenGL ES v3.1+ setup to use it for GPGPU purposes on a headless system. (Note: Uses proprietary Mali Valhall G610 drivers on Debian 12) The GPU supports the ...
1 vote
1 answer
157 views

Preface: I'm aware fixed-function OpenGL is obsolete, I'm just using it for fun and learning. I'm trying to set up a classic fixed-function OpenGL context with Xlib and EGL. However, I'm getting ...
2 votes
1 answer
113 views

I'm trying to implement a zero-copy pipeline that renders Qt QPainter content directly to a dmabuf framebuffer for display via DRM/KMS. My goal is to leverage QPainter's high-level drawing APIs (text, ...
0 votes
0 answers
41 views

I am trying to render a WebRTC video on a Surface instead of using SurfaceViewRenderer. On some devices this works fine, but on others, it shows a black screen. If I use SurfaceViewRenderer, it works ...
-1 votes
1 answer
72 views

I’m working on an Android project using OpenGL ES (and Tencent’s TEBeautyKit) to create a camera preview with beauty filters. The preview works fine — the camera feed displays correctly with all ...
0 votes
0 answers
95 views

Through the extension EGL_KHR_fence_sync, we can achieve multi-threaded GPU synchronization by using interfaces such as eglCreateSyncKHR(), eglDestroySyncKHR(), and eglClientWaitSyncKHR(); When the ...
0 votes
0 answers
119 views

During monkey run, some random application is failing to create context. Reason for this is, particular file is giving "Operation not permitted" errno from egl side. How to fix EPERM errno, ...
Rey's user avatar
  • 475
1 vote
0 answers
57 views

I know that this will be a little bit long, but please stay with me until the end. I'm trying to build a simple Display for QEMU in Rust using SDL. I am using the D-Bus interface provided. It works ...
1 vote
1 answer
102 views

According to the official document, there is no limit to the number of shared contexts. But on the Android client, I have an eglContext as a shared context parameter. When calling eglCreateContext to ...
0 votes
0 answers
225 views

I'm working on a Windows machine and I'm trying to load the EGL.dll using ctypes in Python, but I'm encountering a FileNotFoundError. I have downloaded the EGL.dll file and placed it in the C:\Windows\...
0 votes
1 answer
322 views

I've been told EGL is a good choice to render graphics in wayland window. I'm not yet convinced and I still don't know if (except vulkan) it is the only way to have some openGL magic in a wayland ...
0 votes
1 answer
152 views

My goal is to generate a luminance waveform similar to this using a compute shader. My setup is: Cpp window application EGL/egl.h GLES3/gl31.h (specifically requesting an ES 3.1 context) libGLESv2....
0 votes
1 answer
166 views

I connect to destination machine (ada) like this: connect to globalprotect vpn ssh -X machine 1 (machine 1) : ssh -X ada my own machine is Ubuntu and the other two I ssh to also same version of ...
Mona Jalal's user avatar
  • 38.9k
0 votes
1 answer
1k views

I'm fairly early into trying to do some image manipulation tasks on a headless embedded device running linux with a MALI 400 GPU. This supports OpenGL ES 2.0 through an official driver, and possibly a ...
0 votes
1 answer
103 views

This is a follow-up question to this SO answer. If I have the following setup eglMakeCurrent(,,,contextA); glCreateTextures(,texHandles); ... eglMakeCurrent(,,,contextB); glTextureParameterf(...
WillyWonka's user avatar

15 30 50 per page
1
2 3 4 5
...
27

AltStyle によって変換されたページ (->オリジナル) /