mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2624] [MERGED] FidelityFX FSR implementation #2868
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#2868
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/2624
Author: @viniciuslrangel
Created: 3/8/2025
Status: ✅ Merged
Merged: 3/12/2025
Merged by: @georgemoralis
Base:
main← Head:fsr-impl📝 Commits (6)
e9ad724host_shaders: support for includes63c8e05video_core: add a simpler vulkan assertsc617f9dvideo_core: refactored post processing pipeline to another filed0f0685renderer_vulkan: add define param to compile shader utilityc478e55video_core: fsr implementation5569481devtools: show resolution & fsr state📊 Changes
26 files changed (+4988 additions, -328 deletions)
View changed files
📝
CMakeLists.txt(+5 -0)📝
REUSE.toml(+6 -1)➕
src/common/string_literal.h(+15 -0)📝
src/core/debug_state.h(+4 -0)📝
src/core/devtools/layer.cpp(+17 -1)📝
src/core/devtools/widget/frame_graph.cpp(+11 -4)📝
src/core/libraries/kernel/kernel.h(+1 -9)📝
src/core/libraries/videoout/video_out.cpp(+1 -1)📝
src/video_core/host_shaders/CMakeLists.txt(+1 -0)📝
src/video_core/host_shaders/StringShaderHeader.cmake(+25 -22)➕
src/video_core/host_shaders/fsr.comp(+91 -0)➕
src/video_core/host_shaders/fsr/ffx_a.h(+2657 -0)➕
src/video_core/host_shaders/fsr/ffx_fsr1.h(+1200 -0)📝
src/video_core/host_shaders/post_process.frag(+1 -1)📝
src/video_core/host_shaders/source_shader.h.in(+2 -2)➕
src/video_core/renderer_vulkan/host_passes/fsr_pass.cpp(+445 -0)➕
src/video_core/renderer_vulkan/host_passes/fsr_pass.h(+56 -0)➕
src/video_core/renderer_vulkan/host_passes/pp_pass.cpp(+255 -0)➕
src/video_core/renderer_vulkan/host_passes/pp_pass.h(+34 -0)📝
src/video_core/renderer_vulkan/vk_platform.h(+23 -0)...and 6 more files
📄 Description
Dive into the 4k res
Ref: https://github.com/GPUOpen-Effects/FidelityFX-FSR
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.