mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #567] [MERGED] GnmDriver: Clear context support #1638
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#1638
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/567
Author: @psucien
Created: 8/24/2024
Status: ✅ Merged
Merged: 8/25/2024
Merged by: @raphaelthegreat
Base:
main← Head:gnmdriver/clear_state📝 Commits (8)
6fba987gnmdriver: added support for gpu context reset4590835shader_recompiler: minor validation fixes3e2ccabshader_recompiler: addedV_CMPX_GT_I32b2c05dcshader_recompiler: fix for crash on inline sampler accessc752341compilation warnings and dead code elimination70bcc26amdgpu: fix for registers addressingc9c8673libraries: videoout: reduce logging pressuree8f96b5shader_recompiler: fix for devergence scope detection📊 Changes
19 files changed (+147 additions, -50 deletions)
View changed files
📝
CMakeLists.txt(+1 -0)📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+33 -17)📝
src/core/libraries/videoout/video_out.cpp(+9 -7)📝
src/shader_recompiler/backend/spirv/emit_spirv.cpp(+1 -0)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.cpp(+4 -0)📝
src/shader_recompiler/frontend/control_flow_graph.cpp(+12 -6)📝
src/shader_recompiler/frontend/instruction.cpp(+14 -0)📝
src/shader_recompiler/frontend/instruction.h(+1 -0)📝
src/shader_recompiler/frontend/translate/vector_alu.cpp(+2 -0)📝
src/shader_recompiler/ir/passes/resource_tracking_pass.cpp(+1 -4)➕
src/video_core/amdgpu/default_context.cpp(+55 -0)📝
src/video_core/amdgpu/liverpool.cpp(+1 -0)📝
src/video_core/amdgpu/liverpool.h(+2 -0)📝
src/video_core/buffer_cache/buffer.h(+3 -3)📝
src/video_core/renderer_vulkan/vk_instance.cpp(+1 -0)📝
src/video_core/renderer_vulkan/vk_rasterizer.cpp(+2 -2)📝
src/video_core/texture_cache/image.h(+3 -3)📝
src/video_core/texture_cache/image_view.cpp(+2 -1)📝
src/video_core/texture_cache/tile_manager.cpp(+0 -7)📄 Description
This PR adds proper handling of clear state PM4 packet. Also helps with regression in https://github.com/shadps4-emu/shadPS4/pull/551
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.