Blender Git Commit Log

Git Commits -> Revision a08d242

Revision a08d242 by Clément Foucault (tmp-vulkan)
July 24, 2020, 20:08 (GMT)
GPU: Vulkan: Add creator arg to enable vulkan drawing

The creator arg is meant to support more than vulkan or opengl.

This currently fails because there is no GPU backend separation.

Note that we use G.debug with a debug flag to know what context type to
create. This will need to be cleaned later.

Commit Details:

Full Hash: a08d242acdb2a78ca1bed5fc6b643e0b5968a916
Parent Commit: 5629ff5
Lines Changed: +172, -99

22 Modified Paths:

/intern/ghost/GHOST_C-api.h (+2, -1) (Diff)
/intern/ghost/GHOST_ISystem.h (+1, -1) (Diff)
/intern/ghost/GHOST_Types.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+3, -2) (Diff)
/intern/ghost/intern/GHOST_ContextVK.cpp (+2, -1) (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 (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+72, -67) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+24, -13) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+2, -0) (Diff)
/source/blender/blenkernel/BKE_global.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+13, -3) (Diff)
/source/creator/creator_args.c (+38, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021