mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1787] [MERGED] GPU processor refactoring #2302
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#2302
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/1787
Author: @psucien
Created: 12/14/2024
Status: ✅ Merged
Merged: 12/14/2024
Merged by: @raphaelthegreat
Base:
main← Head:gpu_thread_prettified📝 Commits (5)
26f3925coroutine code prettification133a282asc queues submission refactoring472cfebbetter asc ring context handling9c304b9final touches and review notes04f3054even more simplification for context saving📊 Changes
12 files changed (+234 additions, -146 deletions)
View changed files
📝
src/common/debug.h(+3 -0)📝
src/core/debug_state.cpp(+44 -24)📝
src/core/debug_state.h(+6 -2)📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+20 -16)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.cpp(+1 -1)📝
src/video_core/amdgpu/liverpool.cpp(+120 -84)📝
src/video_core/amdgpu/liverpool.h(+21 -4)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+5 -4)📝
src/video_core/renderer_vulkan/vk_rasterizer.cpp(+3 -3)📝
src/video_core/renderer_vulkan/vk_shader_hle.cpp(+9 -7)📝
src/video_core/renderer_vulkan/vk_shader_hle.h(+1 -1)📝
src/video_core/texture_cache/tile_manager.cpp(+1 -0)📄 Description
A bit of refactoring plus fixes for:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.