[PR #3264] [MERGED] vk_pipeline_cache: Add fallbacks for R8Srgb and B5G6R5 #3349

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3264
Author: @raphaelthegreat
Created: 7/17/2025
Status: Merged
Merged: 7/18/2025
Merged by: @georgemoralis

Base: mainHead: format-fallback


📝 Commits (3)

  • 7dfcf8c vk_pipeline_cache: Add fallbacks for R8Srgb and B5G6R5
  • 5eccb17 blit_helper: Fix validation error
  • dc1f740 renderer_vulkan: Emulate B5G6R5 with swizzle

📊 Changes

12 files changed (+39 additions, -32 deletions)

View changed files

📝 src/shader_recompiler/runtime_info.h (+1 -0)
📝 src/video_core/amdgpu/pixel_format.h (+9 -0)
📝 src/video_core/renderer_vulkan/liverpool_to_vk.cpp (+1 -1)
📝 src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp (+16 -1)
📝 src/video_core/renderer_vulkan/vk_graphics_pipeline.h (+0 -1)
📝 src/video_core/renderer_vulkan/vk_instance.cpp (+6 -0)
📝 src/video_core/renderer_vulkan/vk_pipeline_cache.cpp (+2 -13)
📝 src/video_core/texture_cache/blit_helper.cpp (+2 -2)
📝 src/video_core/texture_cache/image.cpp (+1 -1)
📝 src/video_core/texture_cache/image_info.cpp (+0 -11)
📝 src/video_core/texture_cache/image_info.h (+0 -1)
📝 src/video_core/texture_cache/texture_cache.cpp (+1 -1)

📄 Description

Should resolve remaining daytime issues in Driveclub on NVIDIA


🔄 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/3264 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `format-fallback` --- ### 📝 Commits (3) - [`7dfcf8c`](https://github.com/shadps4-emu/shadPS4/commit/7dfcf8c0bdff1dfd4ff584ef178de1ae70dcb615) vk_pipeline_cache: Add fallbacks for R8Srgb and B5G6R5 - [`5eccb17`](https://github.com/shadps4-emu/shadPS4/commit/5eccb1734d21ee31706621acf67024819f406840) blit_helper: Fix validation error - [`dc1f740`](https://github.com/shadps4-emu/shadPS4/commit/dc1f740860097fa8502a8d7d80d6c617f81750ca) renderer_vulkan: Emulate B5G6R5 with swizzle ### 📊 Changes **12 files changed** (+39 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `src/shader_recompiler/runtime_info.h` (+1 -0) 📝 `src/video_core/amdgpu/pixel_format.h` (+9 -0) 📝 `src/video_core/renderer_vulkan/liverpool_to_vk.cpp` (+1 -1) 📝 `src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp` (+16 -1) 📝 `src/video_core/renderer_vulkan/vk_graphics_pipeline.h` (+0 -1) 📝 `src/video_core/renderer_vulkan/vk_instance.cpp` (+6 -0) 📝 `src/video_core/renderer_vulkan/vk_pipeline_cache.cpp` (+2 -13) 📝 `src/video_core/texture_cache/blit_helper.cpp` (+2 -2) 📝 `src/video_core/texture_cache/image.cpp` (+1 -1) 📝 `src/video_core/texture_cache/image_info.cpp` (+0 -11) 📝 `src/video_core/texture_cache/image_info.h` (+0 -1) 📝 `src/video_core/texture_cache/texture_cache.cpp` (+1 -1) </details> ### 📄 Description Should resolve remaining daytime issues in Driveclub on NVIDIA --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:22 +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#3349
No description provided.