mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1865] [MERGED] renderer_vulkan: Cleanup and improve barriers in caches #2353
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2353
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1865
Author: @raphaelthegreat
Created: 12/24/2024
Status: ✅ Merged
Merged: 1/2/2025
Merged by: @psucien
Base:
main← Head:barriers📝 Commits (5)
6f29a7dtexture_cache: Stricter barriers on image uploade93aacebuffer_cache: Stricter barrier for vkCmdUpdateBuffera56b092vk_rasterizer: Barrier also normal buffers and make it apply to all stages33b481ftexture_cache: Minor barrier cleanuped1154dclang format📊 Changes
5 files changed (+190 additions, -76 deletions)
View changed files
📝
src/video_core/buffer_cache/buffer_cache.cpp(+117 -30)📝
src/video_core/renderer_vulkan/vk_rasterizer.cpp(+7 -1)📝
src/video_core/texture_cache/texture_cache.cpp(+38 -7)📝
src/video_core/texture_cache/tile_manager.cpp(+24 -35)📝
src/video_core/texture_cache/tile_manager.h(+4 -3)📄 Description
Makes some barriers more strict to solve sync validation warnings
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.