[PR #4] [MERGED] vp: ignore swizzles on ARL opcode #4

Closed
opened 2026-02-15 15:54:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/rsx_program_decompiler/pull/4
Author: @kd-11
Created: 7/19/2016
Status: Merged
Merged: 7/22/2016
Merged by: @undefined

Base: masterHead: wip


📝 Commits (1)

  • b04c0cc vp: ignore swizzles on ARL opcode

📊 Changes

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

View changed files

📝 rsx_decompiler/rsx_vp_decompiler.cpp (+3 -3)

📄 Description

It seems that ARL takes no swizzles. Usage in shaders clearly shows that all it is expected that all components are set after the opcode. Tested with g-force and silent hills 3


🔄 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/RPCS3/rsx_program_decompiler/pull/4 **Author:** [@kd-11](https://github.com/kd-11) **Created:** 7/19/2016 **Status:** ✅ Merged **Merged:** 7/22/2016 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `wip` --- ### 📝 Commits (1) - [`b04c0cc`](https://github.com/RPCS3/rsx_program_decompiler/commit/b04c0cceeea3f844111f06ecc4350341d2df5f88) vp: ignore swizzles on ARL opcode ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `rsx_decompiler/rsx_vp_decompiler.cpp` (+3 -3) </details> ### 📄 Description It seems that ARL takes no swizzles. Usage in shaders clearly shows that all it is expected that all components are set after the opcode. Tested with g-force and silent hills 3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:54:08 -05:00
yindo closed this issue 2026-02-15 15:54:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/rsx_program_decompiler#4