Blender Git Commit Log

Git Commits -> Revision dab48e0

Revision dab48e0 by Clément Foucault (temp-drawcontext)
February 23, 2018, 20:44 (GMT)
GHOST: Add a new routine to unbind an ogl context for multithreading.

Commit Details:

Full Hash: dab48e0ca796d2aa3db3d4858e1b8f29b516b10d
Parent Commit: 9bb34d6
Lines Changed: +138, -6

19 Modified Paths:

/intern/ghost/GHOST_C-api.h (+7, -0) (Diff)
/intern/ghost/GHOST_IContext.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+7, -0) (Diff)
/intern/ghost/intern/GHOST_Context.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_ContextCGL.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_ContextCGL.mm (+12, -0) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.cpp (+11, -0) (Diff)
/intern/ghost/intern/GHOST_ContextEGL.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_ContextGLX.cpp (+10, -0) (Diff)
/intern/ghost/intern/GHOST_ContextGLX.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_ContextNone.cpp (+6, -0) (Diff)
/intern/ghost/intern/GHOST_ContextNone.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_ContextSDL.cpp (+12, -0) (Diff)
/intern/ghost/intern/GHOST_ContextSDL.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+10, -0) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.h (+6, -0) (Diff)
/source/blender/draw/intern/draw_manager.c (+7, -1) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+7, -5) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021