mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3222] [MERGED] shader_recompiler: Reorganize data share operations and implement GDS bit #3315
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#3315
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/3222
Author: @raphaelthegreat
Created: 7/10/2025
Status: ✅ Merged
Merged: 7/10/2025
Merged by: @georgemoralis
Base:
main← Head:ds-gds📝 Commits (2)
27b243cshader_recompiler: Reorganize data share operations and implement GDS bit024f41fReview comments📊 Changes
15 files changed (+486 additions, -252 deletions)
View changed files
📝
src/shader_recompiler/backend/spirv/emit_spirv_atomic.cpp(+53 -7)📝
src/shader_recompiler/backend/spirv/emit_spirv_instructions.h(+10 -0)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.cpp(+1 -0)📝
src/shader_recompiler/frontend/translate/data_share.cpp(+91 -154)📝
src/shader_recompiler/frontend/translate/translate.h(+3 -11)📝
src/shader_recompiler/frontend/translate/vector_alu.cpp(+4 -2)📝
src/shader_recompiler/ir/ir_emitter.cpp(+87 -28)📝
src/shader_recompiler/ir/ir_emitter.h(+18 -12)📝
src/shader_recompiler/ir/microinstruction.cpp(+11 -1)📝
src/shader_recompiler/ir/opcodes.inc(+10 -0)📝
src/shader_recompiler/ir/passes/resource_tracking_pass.cpp(+140 -31)📝
src/shader_recompiler/ir/passes/shader_info_collection_pass.cpp(+10 -0)📝
src/shader_recompiler/ir/passes/shared_memory_simplify_pass.cpp(+10 -0)📝
src/shader_recompiler/ir/passes/shared_memory_to_storage_pass.cpp(+36 -6)📝
src/video_core/buffer_cache/buffer_cache.cpp(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.