gl4es icon indicating copy to clipboard operation
gl4es copied to clipboard

GL4ES is a OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library, with support for Pandora, ODroid, OrangePI, CHIP, Raspberry PI, Android, Emscripten and AmigaOS4.

Results 149 gl4es issues
Sort by recently updated
recently updated
newest added

I'm trying to get running emulationstation on an embedded platform that doesn't provide gl but only gles2. To get so I had to patch sdl2 to include some vendor function....

I'm trying to run the demos on the Raspberry PI. It's building fine but with NOEGL and NOX11 When I try to run the test.sh I get the following errors:...

Hi there, I have this question. Is it possible to build current stable SDL2 with native GLES and GLES2 support and "faked" disktop-GL support using GL4ES, **on a platform without...

Hello! I run gl4es on top of swiftshader libraries. Apps like Chocolate Doom, xfce4 works fine, but glxgears, glxinfo, vivaldi browser and maybe other apps dont work. gl4es shows me...

So far so good but certain things fail With LIBGL_FB=0 ffplay works in window but not in fullscreen (Block in topleft - surface seems to be there because cant access...

I observed the problem firstly on Mali-400 and then this is also reproduced by change the FragDepth code in shaderconv.c . ![2017-10-25 22-45-33](https://user-images.githubusercontent.com/1916518/32005284-72ff7012-b9d6-11e7-92d8-5779291db431.png) Image rendered with fake FragDepth ![2017-10-25 22-46-01](https://user-images.githubusercontent.com/1916518/32005296-79438f3a-b9d6-11e7-97ba-a4e6b307bfe0.png)...

I tested the thread safety of gl4es with glthreads program in the mesa-demos package. It hangs. ``` icenowy@x220i [ gl4es@master ] $ LD_LIBRARY_PATH=~/git-repos/gl4es/build/lib LIBGL_ES=2 glthreads LIBGL: Initialising gl4es LIBGL: v1.0.2...

Trying to trace `torcs` using `gl4es` fails due to a probable bug in apitrace: ```cpp Program received signal SIGSEGV, Segmentation fault. SnappyOutStream::write (this=0x48b80, buffer=0xbe800013, length=1) at /tmp/apitrace/lib/trace/trace_ostream_snappy.cpp:123 123 /tmp/apitrace/lib/trace/trace_ostream_snappy.cpp: No...

Hello Is it possible to initialize context opengl without using x11 lib?

I have a problem that I would like to report, but on the technical side everything is ok. It is about Termux (without any Chroots, turnips etc). In theory Termux...