Blender Git Loki
Git Commits -> Revision 6493ee6
Revision 6493ee6 by Clément Foucault (temp-drawcontext) February 9, 2018, 20:04 (GMT) |
GHOST: Add interface to manage offscreen opengl contexts. Only the X11 backend is present in this commit. This is needed for the multiwindow support. |
Commit Details:
Full Hash: 6493ee6d566c9a8c2489bbfe78284d197cd0567c
Parent Commit: 42c99ee
Lines Changed: +258, -4
1 Added Path:
/intern/ghost/GHOST_IContext.h (+72, -0) (View)
8 Modified Paths:
/intern/ghost/CMakeLists.txt (+1, -0) (Diff)
/intern/ghost/GHOST_C-api.h (+25, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+15, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+21, -0) (Diff)
/intern/ghost/intern/GHOST_Context.h (+2, -1) (Diff)
/intern/ghost/intern/GHOST_ContextGLX.cpp (+4, -3) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+98, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+20, -0) (Diff)
/intern/ghost/GHOST_C-api.h (+25, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+15, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+21, -0) (Diff)
/intern/ghost/intern/GHOST_Context.h (+2, -1) (Diff)
/intern/ghost/intern/GHOST_ContextGLX.cpp (+4, -3) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+98, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+20, -0) (Diff)