[PR #3222] [MERGED] shader_recompiler: Reorganize data share operations and implement GDS bit #3315

Closed
opened 2026-02-27 22:03:14 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: ds-gds


📝 Commits (2)

  • 27b243c shader_recompiler: Reorganize data share operations and implement GDS bit
  • 024f41f Review 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3222 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/10/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `ds-gds` --- ### 📝 Commits (2) - [`27b243c`](https://github.com/shadps4-emu/shadPS4/commit/27b243cae679f96082718abdc07889f3196e814f) shader_recompiler: Reorganize data share operations and implement GDS bit - [`024f41f`](https://github.com/shadps4-emu/shadPS4/commit/024f41f2827878a4a50fb3d09cd4909464044699) Review comments ### 📊 Changes **15 files changed** (+486 additions, -252 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3315
No description provided.