mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #426] [MERGED] V_NOP | PfpSyncMe | S_CMPK_EQ_U32 #1552
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#1552
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/426
Author: @DanielSvoboda
Created: 8/13/2024
Status: ✅ Merged
Merged: 8/25/2024
Merged by: @psucien
Base:
main← Head:V_NOP-PfpSyncMe-S_CMPK_EQ_U32📝 Commits (10+)
a9c1d1dV_NOPbbb9277PfpSyncMef4cfd03S_CMPK_EQ_U32f1c028dS_CMPK_EQ_U320828043OperandField::Undefined:808bc7aUpdate translate.cpp5520457Update image_view.cppaf975cdUpdate liverpool_to_vk.cpp2240bdfS_CMPK_EQ_U32dca8234S_CMPK_EQ_U32📊 Changes
6 files changed (+20 additions, -0 deletions)
View changed files
📝
src/shader_recompiler/frontend/translate/scalar_alu.cpp(+9 -0)📝
src/shader_recompiler/frontend/translate/translate.h(+1 -0)📝
src/shader_recompiler/frontend/translate/vector_alu.cpp(+2 -0)📝
src/video_core/amdgpu/liverpool.cpp(+3 -0)📝
src/video_core/renderer_vulkan/liverpool_to_vk.cpp(+2 -0)📝
src/video_core/texture_cache/image_view.cpp(+3 -0)📄 Description
[Render.Recompiler] <Error> translate.cpp:LogMissingOpcode:443: Unknown opcode V_NOP (463, category = VectorALU)V_NOP = Do nothing
[Render.Recompiler] <Error> translate.cpp:LogMissingOpcode:443: Unknown opcode S_CMPK_EQ_U32 (54, category = ScalarALU)SCC = (D.u == SIMM16)
[Debug] <Critical> liverpool.cpp:ProcessGraphics:446: Unreachable code! Unknown PM4 type 3 opcode 0x42 with count 10x42 = PfpSyncMe
[Render.Vulkan] <Error> image_view.cpp:ImageViewInfo:109: Storage image (num_comps = 4) requires swizzling [BGRA]format 43 dst_sel 3886
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.