Blender Git Commits

Blender Git "x11-egl" branch commits.

August 9, 2021, 19:52 (GMT)
GHOST/X11: link libGL for EGL to resolve OpenGL symbols

This links libGL, since libOpenGL is not installed by default on some
distributions. This is a workaround to resolve OpenGL symbols, that are
otherwise resolved via GLVND.

Differential Revision: https://developer.blender.org/D12034
August 9, 2021, 19:46 (GMT)
GHOST/X11: don't link GLX when using EGL

Differential Revision: https://developer.blender.org/D12034
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
August 9, 2021, 19:46 (GMT)
GHOST/X11: remove duplicated EGL linking

Differential Revision: https://developer.blender.org/D12034
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021