-
-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Description
Hello! I'm trying to get GL4ES working on Ubuntu Touch, but came across some hurdles.
Ubuntu Touch on Android devices uses libhybris to access the Android driver blobs, which means full GLESv2 using proprietary drivers. To query visuals I had to add the Termux patch to GL4ES in order for it not to bail out with LIBGL_FB=3. Xwayland is set up to use shm mode.
My goal is to get GLX apps running, but right now Xwayland only displays blank surfaces, which seem to be RGBA, resulting in transparent window buffers in our Wayland compositor. To build GL4ES I used -DNOEGL=OFF -DGBM=OFF as CMake arguments.
What could be missing?
Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels