Blender Git Commit Log

Git Commits -> Revision 26fd1c7

Revision 26fd1c7 by Clément Foucault (tmp-vulkan)
November 13, 2020, 21:30 (GMT)
VK: Initial Base implementation

Commit Details:

Full Hash: 26fd1c71e1f76938b8291148bcdc2441f5f5cd49
Parent Commit: de062ff
Lines Changed: +516, -37

2 Added Paths:

/source/blender/gpu/vulkan/vk_context.cc (+96, -0) (View)
/source/blender/gpu/vulkan/vk_framebuffer.cc (+181, -0) (View)

16 Modified Paths:

/intern/ghost/GHOST_C-api.h (+24, -0) (Diff)
/intern/ghost/GHOST_IContext.h (+5, -0) (Diff)
/intern/ghost/GHOST_IWindow.h (+12, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+34, -0) (Diff)
/intern/ghost/intern/GHOST_Context.h (+27, -0) (Diff)
/intern/ghost/intern/GHOST_ContextVK.cpp (+42, -7) (Diff)
/intern/ghost/intern/GHOST_ContextVK.h (+25, -0) (Diff)
/intern/ghost/intern/GHOST_Window.h (+15, -0) (Diff)
/source/blender/gpu/CMakeLists.txt (+5, -0) (Diff)
/source/blender/gpu/GPU_context.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_backend.hh (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_context.cc (+2, -2) (Diff)
/source/blender/gpu/opengl/gl_backend.hh (+1, -1) (Diff)
/source/blender/gpu/vulkan/vk_backend.hh (+3, -3) (Diff)
/source/blender/gpu/vulkan/vk_context.hh (+14, -20) (Diff)
/source/blender/gpu/vulkan/vk_framebuffer.hh (+28, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021