Blender Git Loki
Git Commits -> Revision bd7dcd2
July 28, 2013, 18:22 (GMT) |
A lot of misc. stuff with the WGL contexts. now the GLEW contexts get cleared and get created even if glew fails to initialize them compatibility, core, and ES profile support sRGB framebuffer creation removed dead code from WindowWin32 I'm overthinking the robustness of context creation, need to simplify later |
Commit Details:
Full Hash: bd7dcd2ea0fb2673d7256a60fada64ea8d6865a9
SVN Revision: 58697
Parent Commit: 6bb66b1
Lines Changed: +621, -1025
10 Modified Paths:
/CMakeLists.txt (+1, -14) (Diff)
/extern/glew-es/include/GL/wglew.h (+2, -2) (Diff)
/intern/ghost/CMakeLists.txt (+4, -14) (Diff)
/intern/ghost/intern/GHOST_Context.cpp (+109, -12) (Diff)
/intern/ghost/intern/GHOST_Context.h (+11, -1) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+12, -22) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+387, -201) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.h (+48, -11) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+46, -747) (Diff)
/extern/glew-es/include/GL/wglew.h (+2, -2) (Diff)
/intern/ghost/CMakeLists.txt (+4, -14) (Diff)
/intern/ghost/intern/GHOST_Context.cpp (+109, -12) (Diff)
/intern/ghost/intern/GHOST_Context.h (+11, -1) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+12, -22) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+387, -201) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.h (+48, -11) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+46, -747) (Diff)