mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2525] [MERGED] video_core: Various small improvements and bug fixes #2802
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#2802
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/2525
Author: @raphaelthegreat
Created: 2/24/2025
Status: ✅ Merged
Merged: 2/24/2025
Merged by: @georgemoralis
Base:
main← Head:overlap-improve📝 Commits (10+)
0675f5air_passes: Add barrier at end of block tooea206bevk_platform: Always assign names to resources207facdtexture_cache: Better overlap handling2ef2700liverpool: Avoid resuming ce_task when its finished32f7b93spirv_quad_rect: Skip default attributes4da373fmemory: Improve buffer size clamping8470058liverpool: Relax binary header validity check59a8615liverpool: Stub SetPredication with a warningd044e37emit_spirv: Implement round to zero modeea78e4dliverpool: queue::pop takes the front element📊 Changes
17 files changed (+112 additions, -88 deletions)
View changed files
📝
src/core/libraries/playgo/playgo.cpp(+4 -3)📝
src/core/memory.cpp(+14 -4)📝
src/shader_recompiler/backend/spirv/emit_spirv.cpp(+6 -1)📝
src/shader_recompiler/backend/spirv/emit_spirv_quad_rect.cpp(+10 -9)📝
src/shader_recompiler/ir/passes/shared_memory_barrier_pass.cpp(+4 -0)📝
src/shader_recompiler/profile.h(+1 -0)📝
src/video_core/amdgpu/liverpool.cpp(+11 -7)📝
src/video_core/amdgpu/liverpool.h(+1 -2)📝
src/video_core/buffer_cache/buffer_cache.cpp(+5 -4)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+1 -0)📝
src/video_core/renderer_vulkan/vk_platform.h(+0 -9)📝
src/video_core/texture_cache/image.cpp(+5 -4)📝
src/video_core/texture_cache/image.h(+1 -1)📝
src/video_core/texture_cache/image_info.cpp(+11 -8)📝
src/video_core/texture_cache/image_info.h(+2 -2)📝
src/video_core/texture_cache/texture_cache.cpp(+35 -32)📝
src/video_core/texture_cache/tile_manager.cpp(+1 -2)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.