Duckstation/src/common/vulkan
2021-01-27 01:21:03 +10:00
..
builders.cpp Vulkan: Don't hardcode mipmap samplers to lod0 2020-12-30 17:39:40 +10:00
builders.h GPU: Implement support for multisample antialiasing 2020-10-31 14:27:58 +10:00
context.cpp VulkanHostDisplay: Ensure previous frame is presented before acquiring image 2021-01-24 17:37:09 +10:00
context.h HostDisplay: Add threaded presentation for Vulkan renderer 2020-12-27 00:54:53 +10:00
shader_cache.cpp Vulkan: Fix typo causing debug shaders to be used 2021-01-13 02:37:04 +10:00
shader_cache.h ShaderCache: Add a data version field 2021-01-11 15:24:38 +10:00
shader_compiler.cpp Remove libretro core - core will now be maintained by libretro 2021-01-08 01:37:59 +10:00
shader_compiler.h (libretro/Vulkan) Fix glslang shader-related crashes 2020-08-01 15:29:59 +01:00
staging_buffer.cpp Vulkan/StagingBuffer: Don't try to invalidate unmapped buffer 2020-07-12 00:40:05 +10:00
staging_buffer.h Common/Vulkan: Remove unused methods in staging texture 2020-10-21 23:13:34 +10:00
staging_texture.cpp Common/Vulkan: Remove unused methods in staging texture 2020-10-21 23:13:34 +10:00
staging_texture.h Common/Vulkan: Remove unused methods in staging texture 2020-10-21 23:13:34 +10:00
stream_buffer.cpp Common: Add a range of Vulkan helper/wrapper classes 2020-06-19 00:18:07 +10:00
stream_buffer.h Common: Add a range of Vulkan helper/wrapper classes 2020-06-19 00:18:07 +10:00
swap_chain.cpp Vulkan: Default to two swap chain images 2021-01-27 01:21:03 +10:00
swap_chain.h Vulkan/SwapChain: Fix incorrect return from GetTextureFormat() 2020-09-13 01:23:43 +10:00
texture.cpp Vulkan/Texture: Support transitioning individual mip levels 2020-12-30 17:39:40 +10:00
texture.h Vulkan/Texture: Support transitioning individual mip levels 2020-12-30 17:39:40 +10:00
util.cpp Vulkan/Texture: Support transitioning individual mip levels 2020-12-30 17:39:40 +10:00
util.h Vulkan/Texture: Support transitioning individual mip levels 2020-12-30 17:39:40 +10:00