mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2097] [MERGED] shader_recompiler: Ignore exec mask for scalar instructions. #2490
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#2490
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/2097
Author: @squidbus
Created: 1/8/2025
Status: ✅ Merged
Merged: 1/8/2025
Merged by: @georgemoralis
Base:
main← Head:fix-exec📝 Commits (1)
f6452c6shader_recompiler: Ignore exec mask for scalar instructions.📊 Changes
1 file changed (+17 additions, -5 deletions)
View changed files
📝
src/shader_recompiler/frontend/control_flow_graph.cpp(+17 -5)📄 Description
Looking at Mesa and other AMD ISA specs, it seems that the EXEC mask does not affect scalar or control flow instructions. This PR adds those to the EXEC ignore checks, as well as the rest of the vector read/write lane instructions since those are also documented to ignore it.
Fixes device loss entering first level in CUSA28193, improves graphics in CUSA05637, probably helps others as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.