Blender Git Commit Log

Git Commits -> Revision 71ea85c

Revision 71ea85c by Jason Wilkins (soc-2014-viewport_fx)
July 9, 2014, 23:19 (GMT)
[Revision] GHOST Context Refactor for X11 (Also can compile GHOST X11 on OSX)
This is much like the CGL context in that it is fairly preliminary and does not have all the features of EGL or WGL contexts yet.
In order to work on this on OSX, some minor changes were made to CMake to link with X11 on OSX

Commit Details:

Full Hash: 71ea85cc616d3fbbd0e3a37408c087d8f04dc46d
Parent Commit: 85fdb5a
Lines Changed: +730, -509

2 Added Paths:

/intern/ghost/intern/GHOST_ContextGLX.cpp (+335, -0) (View)
/intern/ghost/intern/GHOST_ContextGLX.h (+145, -0) (View)

2 Deleted Paths:

/intern/ghost/intern/GHOST_ContextXGL.cpp (+0, -32)
/intern/ghost/intern/GHOST_ContextXGL.h (+0, -37)

8 Modified Paths:

/CMakeLists.txt (+72, -41) (Diff)
/extern/CMakeLists.txt (+2, -4) (Diff)
/intern/ghost/CMakeLists.txt (+33, -38) (Diff)
/intern/ghost/intern/GHOST_ISystem.cpp (+21, -18) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+1, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+0, -1) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+115, -293) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+6, -45) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021