- 05 Apr, 2021 1 commit
-
-
Jason Alavaliant authored
this sets up the mesa gl libraries on the system to alow alternative libraries to replace them. Add postinst/postrm scripts to libgl-gl4es-pyra that register the gl4es libGL.so.1 as an alternative for 'glx' at package install time, and removes the alternative when the package is removed. This allows the default libGL.so.1 on the system to be switched to the gl4es version via running; sudo update-alternatives --set glx /usr/lib/arm-linux-gnueabihf/gl4es to revert to having mesa as the default libGL.so.1 run; update-alternatives --set glx /usr/lib/mesa-diverted
-
- 04 Feb, 2021 2 commits
- 30 Jan, 2021 6 commits
-
-
aTc authored
-
aTc authored
-
aTc authored
-
https://github.com/ptitSeb/gl4esaTc authored
-
Sebastien Chevalier authored
Improved handling of sampler when attaching texture to framebuffer (should fix a few stuff, including with wine)
-
Sebastien Chevalier authored
-
- 29 Jan, 2021 4 commits
-
-
aTc authored
-
aTc authored
-
-
Sebastien Chevalier authored
-
- 28 Jan, 2021 2 commits
-
-
Sebastien Chevalier authored
-
Sebastien Chevalier authored
-
- 27 Jan, 2021 2 commits
-
-
Sebastien Chevalier authored
Fixup public functions
-
Gleb Mazovetskiy authored
1. Add `__attribute__((visibility("default")))` to all public functions. 2. Expose `close_gl4es()`. 3. Make public header C++-compatible.
-
- 18 Jan, 2021 1 commit
-
-
Sebastien Chevalier authored
-
- 17 Jan, 2021 5 commits
-
-
Sebastien Chevalier authored
Fixed some conversion involving GL_INT_8_8_8_8(_REV) and GL_BGRA that used 2 pass where 1 would be enough (to help #265)
-
Sebastien Chevalier authored
-
Sebastien Chevalier authored
-
Sebastien Chevalier authored
-
Sebastien Chevalier authored
[AMIGAOS4] Added a BigEndian only fastpath for GL_INT_8_8_8_8_REV <-> GL_UNSIGNED_BYTE conversion (to help #265)
-
- 28 Dec, 2020 4 commits
-
-
Sebastien Chevalier authored
Fix crash on unload with NO_INIT_CONSTRUCTOR
-
Alexey authored
Better solution to https://github.com/FWGS/xash3d-fwgs/pull/255
-
Sebastien Chevalier authored
Fix non-Amiga GL4ES_COMPILE_FOR_USE_IN_SHARED_LIB
-
Gleb Mazovetskiy authored
`agl_reset_internals` is only available with AMIGAOS4
-
- 15 Dec, 2020 1 commit
-
-
Sebastien Chevalier authored
-
- 10 Dec, 2020 4 commits
-
-
Sebastien Chevalier authored
Add emscripten Serious Engine to media list.
-
Martin Mullins authored
-
Sebastien Chevalier authored
Add missing initialization of texenvalphascale
-
Martin Mullins authored
Found when running the Serious Engine against gl4es.
-
- 02 Dec, 2020 2 commits
-
-
Sebastien Chevalier authored
Fixed texture with GL_DEPTH_COMPONENT internal format to use GL_UNSIGNED_INT (instead of GL_FLOAT) if hardware support it (for #252)
-
Sebastien Chevalier authored
-
- 29 Nov, 2020 2 commits
-
-
Sebastien Chevalier authored
-
Sebastien Chevalier authored
-
- 20 Nov, 2020 1 commit
-
-
Sebastien Chevalier authored
-
- 19 Nov, 2020 1 commit
-
-
Sebastien Chevalier authored
-
- 18 Nov, 2020 2 commits
-
-
Sebastien Chevalier authored
Add APIENTRY macros for all gles imports/gl exports
-
mittorn authored
-