dolphin/Source/Core/VideoBackends/Vulkan
Stenzek 3b218c64b1 Vulkan: Refactor initialization to only use a single instance
Hopefully will fix the crash in vkDestroyInstance on the NV Shield TV,
and likely reduce boot times slightly for drivers that take a while
to create instances.
2017-01-29 22:18:53 +10:00
..
BoundingBox.cpp Vulkan: Remove parameters/members of single-instance classes 2016-11-03 22:01:54 +10:00
BoundingBox.h Vulkan: Remove parameters/members of single-instance classes 2016-11-03 22:01:54 +10:00
CMakeLists.txt Vulkan: Combine PaletteTextureConverter and TextureEncoder classes 2016-12-04 20:10:13 +10:00
CommandBufferManager.cpp Vulkan: Use multiple command pools, one per frame 2016-11-15 00:40:15 +10:00
CommandBufferManager.h Vulkan: Use multiple command pools, one per frame 2016-11-15 00:40:15 +10:00
Constants.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
FramebufferManager.cpp Vulkan/GL: Set the alpha channel to 0 when creating the EFB framebuffer 2016-12-27 13:06:08 +10:00
FramebufferManager.h Vulkan: Remove unused variable 2016-12-04 00:23:25 +10:00
main.cpp Vulkan: Refactor initialization to only use a single instance 2017-01-29 22:18:53 +10:00
ObjectCache.cpp Vulkan: Use an enumeration to index pipeline layouts 2016-12-04 20:10:13 +10:00
ObjectCache.h Vulkan: Use an enumeration to index pipeline layouts 2016-12-04 20:10:13 +10:00
PerfQuery.cpp Vulkan: Remove parameters/members of single-instance classes 2016-11-03 22:01:54 +10:00
PerfQuery.h Vulkan: Remove parameters/members of single-instance classes 2016-11-03 22:01:54 +10:00
RasterFont.cpp Vulkan: Use an enumeration to index pipeline layouts 2016-12-04 20:10:13 +10:00
RasterFont.h
Renderer.cpp RenderBase: Forward declare EFBAccessType 2017-01-23 12:41:26 -05:00
Renderer.h VideoCommon: Make dst_alpha state implicit. 2017-01-04 20:02:31 +01:00
ShaderCompiler.cpp Vulkan: Support binding texel buffers in UtilityShaderDraw 2016-12-04 20:10:13 +10:00
ShaderCompiler.h Vulkan: Amend header includes 2016-09-30 23:26:03 -04:00
StagingBuffer.cpp Vulkan: Implement StagingTexture2D on top of StagingBuffer 2016-12-04 20:10:13 +10:00
StagingBuffer.h Vulkan: Implement StagingTexture2D on top of StagingBuffer 2016-12-04 20:10:13 +10:00
StagingTexture2D.cpp Vulkan: Implement StagingTexture2D on top of StagingBuffer 2016-12-04 20:10:13 +10:00
StagingTexture2D.h Vulkan: Implement StagingTexture2D on top of StagingBuffer 2016-12-04 20:10:13 +10:00
StateTracker.cpp VideoCommon: Make dst_alpha state implicit. 2017-01-04 20:02:31 +01:00
StateTracker.h VideoCommon: Make dst_alpha state implicit. 2017-01-04 20:02:31 +01:00
StreamBuffer.cpp Vulkan: Fix incorrect handling of buffer wrap-around in StreamBuffer 2016-11-30 22:44:52 +10:00
StreamBuffer.h Vulkan: Amend header includes 2016-09-30 23:26:03 -04:00
SwapChain.cpp Merge pull request #4441 from stenzek/vulkan-max-image-count 2016-11-13 14:12:32 +01:00
SwapChain.h Vulkan: Fix vsync behavior when throttler is temp disabled 2016-10-03 19:11:48 +10:00
Texture2D.cpp Vulkan: Fix compilation on 32-bit targets 2016-10-03 19:11:47 +10:00
Texture2D.h Vulkan: Amend header includes 2016-09-30 23:26:03 -04:00
TextureCache.cpp TextureCache: Drop unused parameter in backend API. 2016-12-26 22:10:32 +01:00
TextureCache.h TextureCache: Drop unused parameter in backend API. 2016-12-26 22:10:32 +01:00
TextureConverter.cpp TextureCache: Extract BP enum check to VideoCommon. 2016-12-26 22:10:21 +01:00
TextureConverter.h TextureCache: Extract BP enum check to VideoCommon. 2016-12-26 22:10:21 +01:00
Util.cpp Common: Add alignment header 2016-12-06 20:33:53 +01:00
Util.h Common: Add alignment header 2016-12-06 20:33:53 +01:00
VertexFormat.cpp Vulkan: Implement a pipeline UID cache 2016-11-28 21:21:53 +10:00
VertexFormat.h Vulkan: Implement a pipeline UID cache 2016-11-28 21:21:53 +10:00
VertexManager.cpp VideoCommon: Make dst_alpha state implicit. 2017-01-04 20:02:31 +01:00
VertexManager.h VideoCommon: Make dst_alpha state implicit. 2017-01-04 20:02:31 +01:00
VideoBackend.h Vulkan: Refactor initialization to only use a single instance 2017-01-29 22:18:53 +10:00
Vulkan.vcxproj Vulkan: Combine PaletteTextureConverter and TextureEncoder classes 2016-12-04 20:10:13 +10:00
VulkanContext.cpp Vulkan: Refactor initialization to only use a single instance 2017-01-29 22:18:53 +10:00
VulkanContext.h Vulkan: Refactor initialization to only use a single instance 2017-01-29 22:18:53 +10:00
VulkanEntryPoints.inl
VulkanLoader.cpp
VulkanLoader.h