mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #2381] [MERGED] video_out: HDR support #2687
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#2687
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/2381
Author: @psucien
Created: 2/9/2025
Status: ✅ Merged
Merged: 2/9/2025
Merged by: @psucien
Base:
main← Head:video_out/hdr📝 Commits (2)
e803e7cInitial HDR supportdddf805fix for crashes when debug tools used📊 Changes
16 files changed (+186 additions, -16 deletions)
View changed files
📝
src/common/config.cpp(+8 -0)📝
src/common/config.h(+1 -0)📝
src/core/libraries/videoout/driver.h(+2 -1)📝
src/core/libraries/videoout/video_out.cpp(+54 -0)📝
src/core/libraries/videoout/video_out.h(+7 -0)📝
src/imgui/renderer/imgui_core.cpp(+4 -0)📝
src/imgui/renderer/imgui_core.h(+2 -0)📝
src/imgui/renderer/imgui_impl_vulkan.cpp(+16 -0)📝
src/imgui/renderer/imgui_impl_vulkan.h(+2 -1)📝
src/video_core/host_shaders/post_process.frag(+13 -6)📝
src/video_core/renderer_vulkan/vk_platform.cpp(+4 -0)📝
src/video_core/renderer_vulkan/vk_presenter.cpp(+4 -2)📝
src/video_core/renderer_vulkan/vk_presenter.h(+14 -0)📝
src/video_core/renderer_vulkan/vk_swapchain.cpp(+41 -6)📝
src/video_core/renderer_vulkan/vk_swapchain.h(+13 -0)📝
src/video_core/texture_cache/image_info.cpp(+1 -0)📄 Description
This adds support for HDR output in games.
Requirements are:
allowHDRis settruein the config🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
sceHttpWaitRequest#2910