ppsspp/GPU/Vulkan
Henrik Rydgård c6fe91224a Vulkan: Fixes validation errors with "null" textures
These arise in non-buffered rendering when we don't have a framebuffer
to texture from.
2022-10-28 18:40:55 +02:00
..
DebugVisVulkan.cpp Remove the old allocator visualizer. Keep the setting but hide it. Other feedback 2021-11-23 08:55:12 +01:00
DebugVisVulkan.h VK: Whenever safely possible, shrink the render area. 2020-10-11 23:23:25 +02:00
DrawEngineVulkan.cpp Vulkan: Fixes validation errors with "null" textures 2022-10-28 18:40:55 +02:00
DrawEngineVulkan.h Actually bind a global uniform buffer, too. Not yet used. 2022-10-28 10:15:36 +02:00
FramebufferManagerVulkan.cpp Fix deferred-depth for bezier/spline. Move updating of last_frame_depth_render to GPUCommon. 2022-08-20 08:29:33 +02:00
FramebufferManagerVulkan.h Use subpass dependencies to implement shader framebuffer read in Vulkan. 2022-09-16 19:19:42 +02:00
GPU_Vulkan.cpp Clean up GPU_Vulkan::BuildReportingInfo a bit 2022-10-27 11:05:59 +02:00
GPU_Vulkan.h Start unifying setting of the GPU feature flags, now that thin3d has feature detection. 2022-09-20 10:07:01 +02:00
PipelineManagerVulkan.cpp Fix more cases, GTA works now. 2022-10-27 11:05:59 +02:00
PipelineManagerVulkan.h Vulkan: Add geometry shader ID tracking. 2022-10-02 07:42:16 -07:00
ShaderManagerVulkan.cpp Misc multiview hackery 2022-10-27 11:05:58 +02:00
ShaderManagerVulkan.h Misc multiview hackery 2022-10-27 11:05:58 +02:00
StateMappingVulkan.cpp Some refactoring of framebuffer views, layer issues, more work. 2022-10-27 11:05:58 +02:00
StateMappingVulkan.h Vulkan is strict about scissor rect, so let's clamp centrally. 2021-12-08 22:38:01 +01:00
TextureCacheVulkan.cpp Vulkan: Reserve descriptor set 0 for frame-global data, move everything else to set 1 2022-10-28 09:39:56 +02:00
TextureCacheVulkan.h GE Debugger: Display if tex is framebuf. 2022-10-10 22:35:42 -07:00
VulkanUtil.cpp Address feedback 2022-10-28 17:42:21 +02:00
VulkanUtil.h Vulkan: Reserve descriptor set 0 for frame-global data, move everything else to set 1 2022-10-28 09:39:56 +02:00