Blender Git Loki
Git Commits -> Revision cf682b9
Revision cf682b9 by Brecht Van Lommel (master) October 9, 2019, 11:41 (GMT) |
GPU: show more descriptive labels on unsupported GPU dialog Thanks to Ray Molenkamp for the help with the Windows implementation. Fixes T70521 Differential Revision: https://developer.blender.org/D6023 |
Commit Details:
Full Hash: cf682b9dab36c4b96084c6f7b5e4ebc1f33ca28e
Parent Commit: 26b1216
Lines Changed: +101, -50
12 Modified Paths:
/build_files/cmake/platform/platform_win32.cmake (+1, -1) (Diff)
/intern/ghost/GHOST_C-api.h (+4, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+3, -1) (Diff)
/intern/ghost/intern/GHOST_System.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+46, -27) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+4, -3) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+13, -7) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+4, -0) (Diff)
/source/blender/windowmanager/intern/wm_platform_support.c (+13, -10) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+3, -1) (Diff)
/source/blender/windowmanager/intern/wm_window_private.h (+2, -0) (Diff)
/intern/ghost/GHOST_C-api.h (+4, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+3, -1) (Diff)
/intern/ghost/intern/GHOST_System.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+46, -27) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+4, -3) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+13, -7) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+4, -0) (Diff)
/source/blender/windowmanager/intern/wm_platform_support.c (+13, -10) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+3, -1) (Diff)
/source/blender/windowmanager/intern/wm_window_private.h (+2, -0) (Diff)