mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3439] [MERGED] Allow vector and scalar offset in buffer address arg to LoadBuffer/StoreBuffer #3467
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#3467
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/3439
Author: @baggins183
Created: 8/21/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @squidbus
Base:
main← Head:buffer-addr-changes📝 Commits (7)
49b50d6Allow vector and scalar offset in buffer address arg to3d1bf92remove is_ring check97d7f21fix atomics and update pattern matching for tess factor stores3eba62cremove old asserts about soffset1d4f28asmall fixesbc9178dcopyright6281352Handle sgpr initialization for 2 special hull shader values, including tess factor buffer offset📊 Changes
14 files changed (+135 additions, -87 deletions)
View changed files
📝
CMakeLists.txt(+1 -0)📝
src/shader_recompiler/frontend/translate/translate.cpp(+8 -0)📝
src/shader_recompiler/frontend/translate/vector_memory.cpp(+17 -61)📝
src/shader_recompiler/ir/attribute.cpp(+4 -0)📝
src/shader_recompiler/ir/attribute.h(+2 -0)➕
src/shader_recompiler/ir/operand_helper.h(+48 -0)📝
src/shader_recompiler/ir/passes/hull_shader_transform.cpp(+19 -7)📝
src/shader_recompiler/ir/passes/resource_tracking_pass.cpp(+18 -14)📝
src/shader_recompiler/ir/passes/ring_access_elimination.cpp(+7 -4)📝
src/shader_recompiler/ir/pattern_matching.h(+2 -0)📝
src/shader_recompiler/ir/reg.h(+1 -1)📝
src/shader_recompiler/runtime_info.h(+1 -0)📝
src/video_core/amdgpu/liverpool.h(+6 -0)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.