ppsspp/GPU/Vulkan
2017-12-08 11:54:49 +01:00
..
DepalettizeShaderVulkan.cpp DX9: Revert a bad optimization, hopefully fixing #10205. Vulkan: Add a missing check. 2017-11-30 15:28:15 +01:00
DepalettizeShaderVulkan.h Vulkan: Remove duplicate depalShaderCache, fix a number of instances where we didn't use the deleter properly. 2017-11-09 17:25:37 +01:00
DrawEngineVulkan.cpp Fix another little inconsistency (two uniforms were merged for bad reasons) 2017-12-07 21:39:09 +01:00
DrawEngineVulkan.h Refactor: Unify DecodeVerts and move ComputeNumVertsToDecode to Common 2017-11-19 12:39:09 +01:00
FragmentShaderGeneratorVulkan.cpp Minor uniform cleanup 2017-12-08 11:54:49 +01:00
FragmentShaderGeneratorVulkan.h GPU: Use more typesafe shader IDs. 2017-12-02 09:07:27 -08:00
FramebufferVulkan.cpp Clip block transfer destinations. Should fix crash in #10011. Stats: Invent some sort of usage metric for device memory allocators. 2017-12-03 15:00:25 +01:00
FramebufferVulkan.h Unify RebindFramebuffer, mostly. 2017-11-15 20:44:25 +01:00
GPU_Vulkan.cpp Clean up a small inconsistency 2017-12-07 21:09:09 +01:00
GPU_Vulkan.h More duplicate code removal 2017-11-14 09:20:36 +01:00
PipelineManagerVulkan.cpp Move pushbuffer map/unmap to the .cpp file to avoid inlining (for stack traces) 2017-11-29 20:13:38 +01:00
PipelineManagerVulkan.h Vulkan: Make sure to clear the pipeline key to avoid padding bytes causing us to allocate duplicate pipelines. 2017-11-13 15:20:11 +01:00
ShaderManagerVulkan.cpp GPU: Use more typesafe shader IDs. 2017-12-02 09:07:27 -08:00
ShaderManagerVulkan.h GPU: Use more typesafe shader IDs. 2017-12-02 09:07:27 -08:00
StateMappingVulkan.cpp Vulkan: Fix bug where shader blend texture overwrote normal texture binding. Fixes #10135 2017-11-15 20:43:29 +01:00
StateMappingVulkan.h Rendering basics now works. 2017-10-26 10:56:59 +02:00
StencilBufferVulkan.cpp Vulkan: Minor validation error fix 2017-11-13 10:22:30 +01:00
TextureCacheVulkan.cpp Vulkan: Show samplers in "shader debug" 2017-12-07 09:28:18 +01:00
TextureCacheVulkan.h Vulkan: Show samplers in "shader debug" 2017-12-07 09:28:18 +01:00
TextureScalerVulkan.cpp c++11: Remove compat header base/functional.h 2016-10-12 11:32:45 +02:00
TextureScalerVulkan.h Rename GLES files to match the convention the other backends use. 2017-01-23 17:08:58 +01:00
VertexShaderGeneratorVulkan.cpp Minor uniform cleanup 2017-12-08 11:54:49 +01:00
VertexShaderGeneratorVulkan.h GPU: Use more typesafe shader IDs. 2017-12-02 09:07:27 -08:00
VulkanUtil.cpp Vulkan: Implement post-processing. The Vulkan backend is now "feature-complete", and GL is now legacy :P 2017-11-12 16:12:26 +01:00
VulkanUtil.h Vulkan: Implement post-processing. The Vulkan backend is now "feature-complete", and GL is now legacy :P 2017-11-12 16:12:26 +01:00