[PR #802] [MERGED] shader_recompiler: Add more opcodes #1777

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/802
Author: @StevenMiller123
Created: 9/5/2024
Status: Merged
Merged: 9/6/2024
Merged by: @raphaelthegreat

Base: mainHead: ShaderOpcodes


📝 Commits (3)

  • 2180824 Implement some missing shader opcodes
  • cff78b5 Implement IMAGE_STORE_MIP
  • 92055e8 Revert "Implement IMAGE_STORE_MIP"

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 src/shader_recompiler/frontend/translate/vector_memory.cpp (+5 -1)

📄 Description

I've implemented some of the easier looking opcodes from https://github.com/shadps4-emu/shadPS4/issues/496.

This PR implements:

  • TBUFFER_STORE_FORMAT_XYZW
  • IMAGE_SAMPLE_CD
  • IMAGE_GATHER4_C_LZ

Let me know if there are any changes I need to make or revert.


🔄 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/802 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 9/5/2024 **Status:** ✅ Merged **Merged:** 9/6/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `ShaderOpcodes` --- ### 📝 Commits (3) - [`2180824`](https://github.com/shadps4-emu/shadPS4/commit/21808240d6a8e2fb01c20e9e82a3fc714fdcbfad) Implement some missing shader opcodes - [`cff78b5`](https://github.com/shadps4-emu/shadPS4/commit/cff78b5924c20397995f590df3553dc8f7a45a7b) Implement IMAGE_STORE_MIP - [`92055e8`](https://github.com/shadps4-emu/shadPS4/commit/92055e8897d18d48b8518cd527f9f66efdb15d29) Revert "Implement IMAGE_STORE_MIP" ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/shader_recompiler/frontend/translate/vector_memory.cpp` (+5 -1) </details> ### 📄 Description I've implemented some of the easier looking opcodes from https://github.com/shadps4-emu/shadPS4/issues/496. This PR implements: - TBUFFER_STORE_FORMAT_XYZW - IMAGE_SAMPLE_CD - IMAGE_GATHER4_C_LZ Let me know if there are any changes I need to make or revert. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13: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#1777
No description provided.