mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3559] [MERGED] video_core: Address various UE bugs #3572
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#3572
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/3559
Author: @raphaelthegreat
Created: 9/9/2025
Status: ✅ Merged
Merged: 9/12/2025
Merged by: @georgemoralis
Base:
main← Head:ue-fixes📝 Commits (10+)
9376170vk_rasterizer: Reorder image query in fast clear elimination1012900shader_recompiler: Partial support for ANCILLARY_ENAfc74abbpixel_format: Add number conversion of BC6 srgb formatbc63449texture_cache: Support aliases of 3D and 2D array images83d0102pixel_format: Test BC6 srgb as unormb329c86video_core: Use attachment feedback layout instead of general if possiblea3a0248renderer_vulkan: Improve feedback loop code8467ac8shader_recompiler: More proper depth export implementatione92b78dshader_recompiler: Fix bug in output modifiersafdbd0fshader_recompiler: Fix sampling from MSAA images📊 Changes
30 files changed (+369 additions, -183 deletions)
View changed files
📝
src/common/number_utils.cpp(+1 -1)📝
src/shader_recompiler/backend/spirv/emit_spirv.cpp(+7 -3)📝
src/shader_recompiler/backend/spirv/emit_spirv_context_get_set.cpp(+66 -59)📝
src/shader_recompiler/backend/spirv/emit_spirv_special.cpp(+1 -1)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.cpp(+37 -35)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.h(+2 -0)📝
src/shader_recompiler/frontend/copy_shader.cpp(+3 -0)📝
src/shader_recompiler/frontend/translate/export.cpp(+53 -10)📝
src/shader_recompiler/frontend/translate/translate.cpp(+9 -2)📝
src/shader_recompiler/frontend/translate/translate.h(+1 -0)📝
src/shader_recompiler/info.h(+0 -2)📝
src/shader_recompiler/ir/attribute.cpp(+6 -0)📝
src/shader_recompiler/ir/attribute.h(+3 -0)📝
src/shader_recompiler/ir/passes/constant_propagation_pass.cpp(+42 -1)📝
src/shader_recompiler/ir/passes/resource_tracking_pass.cpp(+21 -9)📝
src/shader_recompiler/ir/passes/shader_info_collection_pass.cpp(+0 -7)📝
src/shader_recompiler/ir/reinterpret.h(+4 -1)📝
src/shader_recompiler/runtime_info.h(+2 -1)📝
src/video_core/amdgpu/pixel_format.h(+6 -0)📝
src/video_core/renderer_vulkan/vk_instance.cpp(+19 -0)...and 10 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.