Blender Git Loki
Git Commits -> Revision 058d29e
Revision 058d29e by Clément Foucault (master) August 31, 2020, 22:30 (GMT) |
GHOST: Enable debug context on offscreen context too This was a long standing TODO. This was also preventing debug callbacks form other context than the main window. |
Commit Details:
Full Hash: 058d29ed9a3e971049c0d9d99f1cf571bfb0efae
Parent Commit: 13b0a69
Lines Changed: +33, -23
17 Modified Paths:
/intern/ghost/GHOST_C-api.h (+2, -1) (Diff)
/intern/ghost/GHOST_ISystem.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+3, -2) (Diff)
/intern/ghost/intern/GHOST_System.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemNULL.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWayland.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWayland.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+7, -5) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+1, -1) (Diff)
/source/blender/draw/tests/shaders_test.cc (+2, -1) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+6, -1) (Diff)
/intern/ghost/GHOST_ISystem.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+3, -2) (Diff)
/intern/ghost/intern/GHOST_System.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemNULL.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWayland.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWayland.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+7, -5) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+1, -1) (Diff)
/source/blender/draw/tests/shaders_test.cc (+2, -1) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+6, -1) (Diff)