Blender Git Commit Log
Git Commits -> Revision 96a1be7
Revision 96a1be7 by Christian Rauch (x11-egl) August 9, 2021, 19:46 (GMT) |
GHOST/X11: enable EGL This will replace GLX with EGL for X11. GLEW does not support GLX and EGL at the same time. Most distributions build GLEW with GLX support, so we have to use the externally provided GLEW and build with EGL support. This effectively sets WITH_SYSTEM_GLEW to OFF for all Linux configurations. Differential Revision: https://developer.blender.org/D12034 |
Commit Details:
Full Hash: 96a1be78e2824d4372507d19beda8d678b661813
Parent Commit: 8e3dea2
Lines Changed: +19, -27