mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #1559] [MERGED] Respect game brightness settings #2171
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#2171
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/1559
Author: @psucien
Created: 11/20/2024
Status: ✅ Merged
Merged: 11/21/2024
Merged by: @raphaelthegreat
Base:
main← Head:video_out/gamma📝 Commits (5)
7ff8124RendererVulkan->Presentere347e32support for Video Out gamma setting7bfb0e6sRGB hack removedbd0b27badded post process pass to presenterf6b5735splash functionality restored📊 Changes
21 files changed (+518 additions, -120 deletions)
View changed files
📝
CMakeLists.txt(+2 -2)📝
src/core/devtools/layer.cpp(+10 -0)📝
src/core/libraries/gnmdriver/gnmdriver.cpp(+4 -4)📝
src/core/libraries/videoout/driver.cpp(+13 -10)📝
src/core/libraries/videoout/driver.h(+1 -1)📝
src/core/libraries/videoout/video_out.cpp(+29 -0)📝
src/core/libraries/videoout/video_out.h(+7 -0)📝
src/imgui/renderer/imgui_core.cpp(+1 -1)📝
src/video_core/host_shaders/CMakeLists.txt(+2 -0)➕
src/video_core/host_shaders/fs_tri.vert(+15 -0)➕
src/video_core/host_shaders/post_process.frag(+19 -0)📝
src/video_core/renderer_vulkan/liverpool_to_vk.cpp(+4 -14)📝
src/video_core/renderer_vulkan/liverpool_to_vk.h(+1 -1)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+4 -5)📝
src/video_core/renderer_vulkan/vk_presenter.cpp(+376 -63)📝
src/video_core/renderer_vulkan/vk_presenter.h(+20 -8)📝
src/video_core/renderer_vulkan/vk_rasterizer.cpp(+1 -1)📝
src/video_core/texture_cache/image_view.cpp(+3 -4)📝
src/video_core/texture_cache/image_view.h(+1 -1)📝
src/video_core/texture_cache/texture_cache.cpp(+2 -2)...and 1 more files
📄 Description
..also eliminates sRGB hack
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.