.. |
DebugVisVulkan.cpp
|
Minor refactor allowing getting the GPU profile string outside games
|
2023-08-03 16:31:20 +02:00 |
DebugVisVulkan.h
|
Minor GLPushBuffer cleanup (now same API as the VK one)
|
2023-05-23 08:41:09 +02:00 |
DrawEngineVulkan.cpp
|
Fix some issues around geometry shaders - like, loading them from shader cache while disabled
|
2023-09-24 01:29:38 +02:00 |
DrawEngineVulkan.h
|
Vulkan: Remove an assert that didn't give much actionable information. Replace with reporting.
|
2023-09-20 22:50:38 +02: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
|
Vulkan: Simplify GetShaders and DirtyLastShader, making them internally consistent.
|
2023-09-24 11:55:15 +02:00 |
GPU_Vulkan.h
|
Vulkan: Simplify GetShaders and DirtyLastShader, making them internally consistent.
|
2023-09-24 11:55:15 +02:00 |
PipelineManagerVulkan.cpp
|
Don't load the shader cache on a separate thread - all it does is already async
|
2023-09-24 10:53:23 +02:00 |
PipelineManagerVulkan.h
|
Don't load the shader cache on a separate thread - all it does is already async
|
2023-09-24 10:53:23 +02:00 |
ShaderManagerVulkan.cpp
|
Fix for crash when changing backends in-game
|
2023-09-26 00:13:53 +02:00 |
ShaderManagerVulkan.h
|
Vulkan: Simplify GetShaders and DirtyLastShader, making them internally consistent.
|
2023-09-24 11:55:15 +02:00 |
StateMappingVulkan.cpp
|
Vulkan DrawEngine: Reset bound secondary texture on clear.
|
2023-09-12 17:15:26 +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: If a createimageview failed, don't leak the image. Probably very rare.
|
2023-09-20 18:47:32 +02:00 |
TextureCacheVulkan.h
|
Fix the semantics of DenseHashMap to be consistent even when inserting nulls
|
2023-09-11 12:07:18 +02:00 |
VulkanUtil.cpp
|
Fix the semantics of DenseHashMap to be consistent even when inserting nulls
|
2023-09-11 12:07:18 +02:00 |
VulkanUtil.h
|
Fix the semantics of DenseHashMap to be consistent even when inserting nulls
|
2023-09-11 12:07:18 +02:00 |