dolphin/Source/Core/VideoBackends/Vulkan
Stenzek 3ea9d86faa ShaderGen: Pass host config to shader generation functions
Also moves the host config checks to common.
2017-07-20 17:54:33 +10:00
..
BoundingBox.cpp
BoundingBox.h
CMakeLists.txt Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
CommandBufferManager.cpp
CommandBufferManager.h
Constants.h
FramebufferManager.cpp Vulkan: Emit input/output locations for EFB poke geometry shader 2017-07-20 17:46:59 +10:00
FramebufferManager.h Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
main.cpp Vulkan: Don't save pipeline cache if shader cache is disabled 2017-07-20 17:46:59 +10:00
ObjectCache.cpp ShaderGen: Pass host config to shader generation functions 2017-07-20 17:54:33 +10:00
ObjectCache.h VideoCommon: Move shader cache filename generation to common 2017-07-20 17:46:59 +10:00
PerfQuery.cpp
PerfQuery.h
PostProcessing.cpp Vulkan: Implement Quad-Buffered stereoscopy support. 2017-07-05 22:43:39 +02:00
PostProcessing.h
RasterFont.cpp
RasterFont.h
Renderer.cpp ShaderGen: Pass host config to shader generation functions 2017-07-20 17:54:33 +10:00
Renderer.h Vulkan: Transition EFB/XFB buffers before beginning swap render pass 2017-06-10 23:52:32 +10:00
ShaderCompiler.cpp Add a namespace to OpenFStream 2017-06-15 21:34:04 +02:00
ShaderCompiler.h
StagingBuffer.cpp
StagingBuffer.h
StagingTexture2D.cpp
StagingTexture2D.h
StateTracker.cpp ShaderGen: Pass host config to shader generation functions 2017-07-20 17:54:33 +10:00
StateTracker.h Vulkan: Reload pipeline cache when relevant host config changes 2017-07-20 17:46:59 +10:00
StreamBuffer.cpp
StreamBuffer.h
SwapChain.cpp Vulkan: Implement Quad-Buffered stereoscopy support. 2017-07-05 22:43:39 +02:00
SwapChain.h Vulkan: Implement Quad-Buffered stereoscopy support. 2017-07-05 22:43:39 +02:00
Texture2D.cpp
Texture2D.h
TextureCache.cpp Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
TextureCache.h Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
TextureConverter.cpp Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
TextureConverter.h Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
Util.cpp Video Backends: Move and rename HostTextureFormat to AbstractTextureFormat 2017-06-13 00:41:56 -05:00
Util.h Video Backends: Move and rename HostTextureFormat to AbstractTextureFormat 2017-06-13 00:41:56 -05:00
VertexFormat.cpp
VertexFormat.h
VertexManager.cpp
VertexManager.h
VideoBackend.h
VKTexture.cpp Video Backends: Move and rename HostTextureFormat to AbstractTextureFormat 2017-06-13 00:41:56 -05:00
VKTexture.h AbstractTexture: Add missing includes (and remove unnecessary ones) 2017-06-18 23:29:22 -04:00
Vulkan.vcxproj Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
VulkanContext.cpp
VulkanContext.h
VulkanEntryPoints.inl
VulkanLoader.cpp
VulkanLoader.h