mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #201] [MERGED] Proper color buffers color handling and various fixes #1389
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#1389
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/201
Author: @psucien
Created: 6/15/2024
Status: ✅ Merged
Merged: 6/15/2024
Merged by: @georgemoralis
Base:
main← Head:stabilization_4📝 Commits (10+)
1e69f83libraries: fix for Windows crash during LLE libc initializationbe6f523renderer_vulkan: fixed buffers alignments142ad54gnmdriver: fix for pm4 dump name in some erroneous casesa0fe34btracy: added PthreadMutex markup37cbdadrenderer_vulkan: static vector for vertex buffers rangesfd8ceacvideo_core: shaders hash switched to one from binary headerbdb2357texture_cache: don't set color attachment usage flag for packed imagese6f773fvideoout: register buffers in texture cache at VO creation timeb9602afrenderer_vulkan: sRGB swapchainb2b45bfvideo_core: added support for alternate CB channels order📊 Changes
23 files changed (+164 additions, -45 deletions)
View changed files
📝
src/common/debug.h(+3 -0)📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+6 -6)📝
src/core/libraries/kernel/thread_management.cpp(+19 -0)📝
src/core/libraries/kernel/thread_management.h(+2 -0)📝
src/core/libraries/videoout/driver.cpp(+1 -0)📝
src/video_core/amdgpu/liverpool.h(+16 -1)📝
src/video_core/renderer_vulkan/liverpool_to_vk.cpp(+27 -1)📝
src/video_core/renderer_vulkan/liverpool_to_vk.h(+3 -0)📝
src/video_core/renderer_vulkan/renderer_vulkan.cpp(+0 -13)📝
src/video_core/renderer_vulkan/renderer_vulkan.h(+24 -2)📝
src/video_core/renderer_vulkan/vk_compute_pipeline.cpp(+3 -2)📝
src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp(+3 -2)📝
src/video_core/renderer_vulkan/vk_graphics_pipeline.h(+1 -1)📝
src/video_core/renderer_vulkan/vk_instance.cpp(+1 -0)📝
src/video_core/renderer_vulkan/vk_instance.h(+5 -0)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+12 -7)📝
src/video_core/renderer_vulkan/vk_swapchain.cpp(+3 -3)📝
src/video_core/texture_cache/image.cpp(+15 -4)📝
src/video_core/texture_cache/image.h(+2 -0)📝
src/video_core/texture_cache/image_view.cpp(+8 -0)...and 3 more files
📄 Description
In the scope of this PR several issues were addressed:
Also, a tracy markup for mutexes added for better syncs introspection.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.