Blender Git Loki
Git Commits -> Revision 1f565b3
Revision 1f565b3 by Jason Wilkins (soc-2014-viewport_fx) June 25, 2014, 14:13 (GMT) |
Separation of desired stereo and multisample parameters from actual values along with some other fixes to GHOST stereoVisual and numOfAASamples now stored in GHOST_Context parameters for GHOST_Window renamed to wantStereoVisual and wantNumOfAASamples to reflect that context creation will try to satisfy the request, but not fail if it cannot. The parameters in GHOST_Context hold the actual values that were initialized added isValid to base GHOST_Window added updateDrawingContext to GHOST_Context and GHOST_Window (However, it is only needed by OSX) fixed typo: WGLEW_WGL_EXT_swap_control -> WGLEW_EXT_swap_control |
Commit Details:
Full Hash: 1f565b3217c2027208c0d265371074e3f8b6d7b8
Parent Commit: 3ae2dc4
Lines Changed: +195, -85
10 Modified Paths:
/intern/ghost/intern/GHOST_Context.h (+34, -5) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+28, -6) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.h (+3, -1) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+35, -24) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.h (+23, -10) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+9, -4) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+12, -7) (Diff)
/intern/ghost/intern/GHOST_Window.h (+22, -10) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+17, -7) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+12, -11) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+28, -6) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.h (+3, -1) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+35, -24) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.h (+23, -10) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+9, -4) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+12, -7) (Diff)
/intern/ghost/intern/GHOST_Window.h (+22, -10) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+17, -7) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+12, -11) (Diff)