gl4es
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.
Tried to port some demo : https://github.com/nhoudelot/wayang-by-cyberneticgenetics Compiles fine, but on running i have erros from gl4es 👍 LIBGL: unsupported pixel format GL_R LIBGL: unsupported pixel format GL_R LIBGL: unsupported...
Hello there, This crash can be reproduced with pretty much any version of gl4es since 1.1.4 as far as I'm aware. With later versions of minecraft, using LIBGL_BATCH with any...
update OpenGl4Es 2.0 or 2.x to 3.2 that will fix other problems like Crashes performance compatibility on game like minecraft
Hello, It has been almost 4 years and 300+ commits since latest release. Is there a plan to release new version? Maybe some release blockers? Thanks in advance for answer.
trying to port this to tegra30/114 hardware. as far as i can tell the only difference is that tegra doesn't support 24 bit depth and 16 would need to be...
Hello, Commit c8cf6cb31aa12700e7cf30261159436653de8103 at line 819 (src/gl/fpe.c) `bindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0);` causes DSI errors on AmigaOS4. Comment out line and error goes away. Dave
Hello, I noticed with my program using gl4es prior to this commit: https://github.com/ptitSeb/gl4es/commit/dfd54c5b939966d0c1885df6f3097446f68f4083 ... everything ran fast, but since then it's extremely slow. I've determined that the offending line in...
Hi. GL4ES can be used on Android devices but there is no X11 support. Can you please port mesa's X11 WSI code ([this](https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/loader/loader_dri3_helper.c) + [this](https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/egl/drivers/dri2/platform_x11_dri3.c))? Or maybe mesa's vulkan X11...
Hi once again seb, I hope you're having a great day. I'm curious about what led you to the current design of the LOAD_GL* macros. Each use of these macros...