[PR #1274] [MERGED] shader_recompiler: Implement IMAGE_GATHER4_C_LZ_O opcode #2034

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1274
Author: @StevenMiller123
Created: 10/7/2024
Status: Merged
Merged: 10/8/2024
Merged by: @georgemoralis

Base: mainHead: opcodes2


📝 Commits (1)

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 src/shader_recompiler/frontend/format.cpp (+2 -2)
📝 src/shader_recompiler/frontend/translate/vector_memory.cpp (+1 -0)

📄 Description

This opcode is used by Crash Team Racing Nitro Fueled. I don't have any other opcodes I can test locally, but if there are other IMAGE_GATHER4 opcodes I should add into this PR, please let me know.


🔄 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/1274 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/8/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `opcodes2` --- ### 📝 Commits (1) - [`cbff4aa`](https://github.com/shadps4-emu/shadPS4/commit/cbff4aad9ce1d26d6adfc39dc633bad9a2c6e6d9) IMAGE_GATHER4_C_LZ_O ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/shader_recompiler/frontend/format.cpp` (+2 -2) 📝 `src/shader_recompiler/frontend/translate/vector_memory.cpp` (+1 -0) </details> ### 📄 Description This opcode is used by Crash Team Racing Nitro Fueled. I don't have any other opcodes I can test locally, but if there are other IMAGE_GATHER4 opcodes I should add into this PR, please let me know. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:55 +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#2034
No description provided.