dolphin/Source/Core/VideoBackends/Vulkan
Ryan Meredith e5f6d9320f Add Dolphin version and current video backend to shader compilation logs 2020-01-24 03:29:38 -05:00
..
BoundingBox.cpp Vulkan: Add strict flag to memory type selection 2019-10-02 21:27:32 +10:00
BoundingBox.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
CMakeLists.txt VideoVulkan/CMakeLists: Specify headers in target sources 2019-05-31 06:54:26 -04:00
CommandBufferManager.cpp Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
CommandBufferManager.h Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
Constants.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
ObjectCache.cpp Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
ObjectCache.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
PerfQuery.cpp VideoCommon: Remove unused MathUtil.h include from VideoCommon.h 2019-07-16 20:54:34 -04:00
PerfQuery.h Vulkan: Simplify perf queries using vkGetQueryPoolResults 2019-03-29 20:54:44 +10:00
Renderer.cpp Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
Renderer.h Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
ShaderCompiler.cpp Add Dolphin version and current video backend to shader compilation logs 2020-01-24 03:29:38 -05:00
ShaderCompiler.h VideoBackends/Vulkan: Use nested namespace specifiers where applicable 2019-06-17 16:57:30 -04:00
StagingBuffer.cpp Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
StagingBuffer.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
StateTracker.cpp Vulkan: Fix validation layer error for unbound texture layouts 2019-03-29 20:54:44 +10:00
StateTracker.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
StreamBuffer.cpp Use pre-increment for iterators instead of post-increment. 2019-12-29 23:45:02 -05:00
StreamBuffer.h Vulkan: Simplify command buffer fence tracking 2019-03-29 20:54:44 +10:00
SwapChain.cpp Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
SwapChain.h Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
VKPipeline.cpp Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
VKPipeline.h VKPipeline: Fix render pass and add pipeline layout fields 2018-03-10 15:56:13 +10:00
VKShader.cpp VideoVulkan/ShaderCompiler: Use a std::optional instead of bool+out variable 2019-05-30 04:16:17 -04:00
VKShader.h VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() 2019-05-30 03:29:35 -04:00
VKTexture.cpp Vulkan: Add strict flag to memory type selection 2019-10-02 21:27:32 +10:00
VKTexture.h Vulkan: Use correct aspect for D24S8 textures 2019-07-31 15:33:05 +10:00
VertexFormat.cpp Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
VertexFormat.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
VertexManager.cpp Vulkan: Call VertexManagerBase initialize 2019-12-09 19:16:15 +10:00
VertexManager.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
VideoBackend.h Revert "Vulkan: Show backend as Vulkan (MoltenVK) on macOS" 2019-03-07 02:05:59 +01:00
Vulkan.vcxproj Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
VulkanContext.cpp Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
VulkanContext.h Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
VulkanEntryPoints.inl Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
VulkanLoader.cpp Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
VulkanLoader.h Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusive 2019-10-31 22:45:59 +10:00
main.cpp Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00