Blender Git Loki
Git Commits -> Revision 446fa8e
Revision 446fa8e by Jason Wilkins (soc-2014-viewport_context) July 24, 2014, 07:07 (GMT) |
clearing the screen is not visible unless there is a buffer swap. also factored out the GL clear code into a single function |
Commit Details:
Full Hash: 446fa8e09747f4b6abda652e1708cbf9580e65bd
Parent Commit: 93de165
Lines Changed: +20, -13
6 Modified Paths:
/intern/ghost/intern/GHOST_Context.cpp (+9, -0) (Diff)
/intern/ghost/intern/GHOST_Context.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_ContextCGL.mm (+2, -3) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+3, -4) (Diff)
/intern/ghost/intern/GHOST_ContextGLX.cpp (+2, -3) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+2, -3) (Diff)
/intern/ghost/intern/GHOST_Context.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_ContextCGL.mm (+2, -3) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+3, -4) (Diff)
/intern/ghost/intern/GHOST_ContextGLX.cpp (+2, -3) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+2, -3) (Diff)