Blender Git Commit Log
Git Commits -> Revision 0c05f6e
Revision 0c05f6e by Jason Wilkins (soc-2014-viewport_context) July 31, 2014, 10:11 (GMT) |
Made glew-mx more easily extendable by creating a MXContext struct to put additional data in. Renamed the mx functions to more closely match their analogs in other systems. mxCreateContext now also calls glewInit |
Commit Details:
Full Hash: 0c05f6eee3ed98090b296cebb59e157b00e8788f
Parent Commit: 8628d00
Lines Changed: +156, -153
7 Modified Paths:
/CMakeLists.txt (+2, -4) (Diff)
/intern/cycles/util/util_view.cpp (+1, -2) (Diff)
/intern/ghost/intern/GHOST_Context.cpp (+3, -84) (Diff)
/intern/ghost/intern/GHOST_Context.h (+4, -14) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+2, -0) (Diff)
/intern/glew-mx/glew-mx.h (+59, -20) (Diff)
/intern/glew-mx/intern/glew-mx.c (+85, -29) (Diff)
/intern/cycles/util/util_view.cpp (+1, -2) (Diff)
/intern/ghost/intern/GHOST_Context.cpp (+3, -84) (Diff)
/intern/ghost/intern/GHOST_Context.h (+4, -14) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+2, -0) (Diff)
/intern/glew-mx/glew-mx.h (+59, -20) (Diff)
/intern/glew-mx/intern/glew-mx.c (+85, -29) (Diff)