mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #225] [MERGED] Various fixes and improvements #1408
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#1408
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/225
Author: @psucien
Created: 7/1/2024
Status: ✅ Merged
Merged: 7/1/2024
Merged by: @georgemoralis
Base:
main← Head:stabilization/10📝 Commits (8)
c4061c3amdgpu: fix for wrong constant ram offset inWriteConstRamdecodingcc945fbshader_recompiler: a simple bfs in image arg producer search3663c60libraries: gnmdriver: fix for incorrect offset insceGnmDrawInitDefaultHardwareState1759121ecfrenderer_vulkan: more formats conversion2386b46libraries: gnmdriver:sceGnmDrawInitToDefaultContextStateandsceGnmDrawInitToDefaultContextState400implementation14377b3texture_cache: detiler: added missing micro8x21f55efflibraries: gnmdriver: added initialization preamble to every first submit in a framef032624texture_cache: force storage usage bit to all images📊 Changes
14 files changed (+220 additions, -38 deletions)
View changed files
📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+91 -9)📝
src/core/libraries/gnmdriver/gnmdriver.h(+2 -2)📝
src/core/libraries/kernel/libkernel.cpp(+1 -1)📝
src/core/libraries/kernel/libkernel.h(+1 -0)📝
src/emulator.cpp(+4 -4)📝
src/shader_recompiler/ir/passes/resource_tracking_pass.cpp(+21 -5)📝
src/video_core/amdgpu/pm4_cmds.h(+3 -2)📝
src/video_core/host_shaders/CMakeLists.txt(+1 -0)➕
src/video_core/host_shaders/detile_m8x2.comp(+61 -0)📝
src/video_core/renderer_vulkan/liverpool_to_vk.cpp(+14 -0)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+2 -3)📝
src/video_core/texture_cache/image.cpp(+11 -9)📝
src/video_core/texture_cache/tile_manager.cpp(+7 -3)📝
src/video_core/texture_cache/tile_manager.h(+1 -0)📄 Description
Commits names are self-descriptive.
Thanks to red_prig for helping with gnmdriver hints.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.