mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #203] [MERGED] More instructions support and trivial additions #1391
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#1391
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/203
Author: @psucien
Created: 6/16/2024
Status: ✅ Merged
Merged: 6/17/2024
Merged by: @georgemoralis
Base:
main← Head:video_core/more_functionality📝 Commits (10+)
1fc86a6shader_recompiler: added SOPK MOVK (45)54f8616shader_recompiler: added MUL_HI VOP2 (896)37ceea2renderer_vulkan: added log entry for CS compilingbe67fdcshader_recompiler: correct format for SSBO store opd054c3eshader_recompiler: added V_MAX VOP2 (431, 433)3f92a68renderer_vulkan: BC3 formats conversion6e7fd21renderer_vulkan: simplified sRGB hackab4cc8btexture_cache: return back image view usage overrided3ab612shader_recompiler: pretty print for missing shader instructions396812bshader_recompiler: added V_TRUNC VOP1/3 (496)📊 Changes
22 files changed (+112 additions, -35 deletions)
View changed files
📝
.gitmodules(+1 -1)📝
externals/sirit(+1 -1)📝
src/common/logging/filter.cpp(+1 -0)📝
src/common/logging/types.h(+1 -0)📝
src/shader_recompiler/backend/spirv/emit_spirv_context_get_set.cpp(+1 -1)📝
src/shader_recompiler/backend/spirv/emit_spirv_instructions.h(+2 -0)📝
src/shader_recompiler/backend/spirv/emit_spirv_integer.cpp(+8 -0)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.cpp(+3 -0)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.h(+3 -0)📝
src/shader_recompiler/frontend/structured_control_flow.cpp(+1 -0)📝
src/shader_recompiler/frontend/translate/scalar_alu.cpp(+9 -0)📝
src/shader_recompiler/frontend/translate/translate.cpp(+23 -2)📝
src/shader_recompiler/frontend/translate/translate.h(+4 -1)📝
src/shader_recompiler/frontend/translate/vector_alu.cpp(+14 -2)📝
src/shader_recompiler/frontend/translate/vector_memory.cpp(+10 -6)📝
src/shader_recompiler/ir/ir_emitter.cpp(+4 -0)📝
src/shader_recompiler/ir/ir_emitter.h(+1 -0)📝
src/shader_recompiler/ir/opcodes.inc(+2 -0)📝
src/shader_recompiler/runtime_info.h(+1 -0)📝
src/video_core/renderer_vulkan/liverpool_to_vk.cpp(+19 -19)...and 2 more files
📄 Description
Commit names are self-explanatory
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.