[PR #4079] [CLOSED] use eR8G8B8A8Unorm image format instead of eR16G16B16A16Sfloat #3923

Closed
opened 2026-02-27 22:05:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/4079
Author: @evill33t
Created: 2/25/2026
Status: Closed

Base: mainHead: fsr_hdr_optimization


📝 Commits (1)

  • 7bc82d8 use eR8G8B8A8Unorm image format instead of eR16G16B16A16Sfloat when hdr is disabled

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 src/video_core/renderer_vulkan/host_passes/fsr_pass.cpp (+4 -4)
📝 src/video_core/renderer_vulkan/host_passes/fsr_pass.h (+1 -1)

📄 Description

if HDR is disabled use eR8G8B8A8Unorm instead of eR16G16B16A16Sfloat
halves bandwidth and memory for fsr pass


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/4079 **Author:** [@evill33t](https://github.com/evill33t) **Created:** 2/25/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fsr_hdr_optimization` --- ### 📝 Commits (1) - [`7bc82d8`](https://github.com/shadps4-emu/shadPS4/commit/7bc82d87a2290c19173aa70fe604b181deba95f1) use eR8G8B8A8Unorm image format instead of eR16G16B16A16Sfloat when hdr is disabled ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/renderer_vulkan/host_passes/fsr_pass.cpp` (+4 -4) 📝 `src/video_core/renderer_vulkan/host_passes/fsr_pass.h` (+1 -1) </details> ### 📄 Description if HDR is disabled use eR8G8B8A8Unorm instead of eR16G16B16A16Sfloat halves bandwidth and memory for fsr pass --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:05:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3923
No description provided.