shadPS4/src/video_core/buffer_cache
TheTurtle 77d2172441
renderer_vulkan: Cleanup and improve barriers in caches (#1865)
* texture_cache: Stricter barriers on image upload

* buffer_cache: Stricter barrier for vkCmdUpdateBuffer

* vk_rasterizer: Barrier also normal buffers and make it apply to all stages

* texture_cache: Minor barrier cleanup

* Batch image and buffer barriers in a single command

* clang format
2025-01-02 19:43:56 +01:00
..
buffer_cache.cpp renderer_vulkan: Cleanup and improve barriers in caches (#1865) 2025-01-02 19:43:56 +01:00
buffer_cache.h buffer_cache: Improve buffer cache locking contention (#1973) 2025-01-02 15:39:02 +02:00
buffer.cpp vulkan: Fix some common validation errors. (#1101) 2024-10-01 23:42:20 +03:00
buffer.h Switch remaining CRLF terminated files to LF 2024-12-24 13:56:31 +01:00
memory_tracker_base.h buffer_cache: Improve buffer cache locking contention (#1973) 2025-01-02 15:39:02 +02:00
range_set.h Fixed return strict const iterator, replace to range-based loop C++17 and code refactor (#548) 2024-10-18 11:06:11 +03:00
word_manager.h buffer_cache: Improve buffer cache locking contention (#1973) 2025-01-02 15:39:02 +02:00