Blender Git Loki
Git Commits -> Revision bb65f49
Revision bb65f49 by Christian Rauch (master) January 28, 2020, 09:59 (GMT) |
Linux: update EGL context code to fully work, including offscreen rendering This is a step towards Wayland and headless rendering support, using EGL instead of GLX. The EGL backend is not enabled by default, it can be tested using WITH_GL_EGL=ON. Differential Revision: https://developer.blender.org/D6585 |
Commit Details:
Full Hash: bb65f49005ed17806bce2b048d37903cc1342d27
Parent Commit: acb576c
Committed By: Brecht Van Lommel
Lines Changed: +175, -47
6 Modified Paths:
/CMakeLists.txt (+6, -11) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+53, -21) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_EventPrinter.cpp (+3, -1) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+45, -4) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+67, -9) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+53, -21) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_EventPrinter.cpp (+3, -1) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+45, -4) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+67, -9) (Diff)