ppsspp/GPU/Vulkan
Henrik Rydgård 4e41233bb7 Replacement: Save textures even if already replaced, if the png is missing.
Fixes #17182

Not exactly sure what behavior we really want, but I think this one is
OK, and at least more similar to the old one. Now we save
already-replaced textures if the named replacement texture is missing, and there
isn't already a hash-named one in new or the "root".
2023-03-27 15:43:18 +02:00
..
DebugVisVulkan.cpp Better debug vis for push pools 2023-03-15 01:25:03 +01:00
DebugVisVulkan.h VK: Whenever safely possible, shrink the render area. 2020-10-11 23:23:25 +02:00
DrawEngineVulkan.cpp Fix the stats 2023-03-15 10:19:00 +01:00
DrawEngineVulkan.h Fix the stats 2023-03-15 10:19:00 +01:00
FramebufferManagerVulkan.cpp Move Vulkan clear detection logic into DrawEngine like the other backends. 2023-02-25 19:23:07 +01:00
FramebufferManagerVulkan.h Move Vulkan clear detection logic into DrawEngine like the other backends. 2023-02-25 19:23:07 +01:00
GPU_Vulkan.cpp Fix the stats 2023-03-15 10:19:00 +01:00
GPU_Vulkan.h Remove an unused VulkanPushBuffer. 2023-03-14 23:39:47 +01:00
PipelineManagerVulkan.cpp Fix a race condition during Vulkan shader cache load. 2023-01-13 10:35:04 +01:00
PipelineManagerVulkan.h Fix a race condition during Vulkan shader cache load. 2023-01-13 10:35:04 +01:00
ShaderManagerVulkan.cpp Use dedicated threads for the shader object creation. Bypasses the deadlock possibility. 2023-02-01 11:15:33 +01:00
ShaderManagerVulkan.h More conversion to pushPool 2023-03-15 01:25:03 +01:00
StateMappingVulkan.cpp Reporting: Fix some header includes. 2022-12-27 14:58:20 -08:00
StateMappingVulkan.h Vulkan is strict about scissor rect, so let's clamp centrally. 2021-12-08 22:38:01 +01:00
TextureCacheVulkan.cpp Replacement: Save textures even if already replaced, if the png is missing. 2023-03-27 15:43:18 +02:00
TextureCacheVulkan.h Remove an unused VulkanPushBuffer. 2023-03-14 23:39:47 +01:00
VulkanUtil.cpp Unify TextureCache ::StartFrame as much as possible. 2023-02-25 23:20:41 +01:00
VulkanUtil.h Unify TextureCache ::StartFrame as much as possible. 2023-02-25 23:20:41 +01:00