mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3264] [MERGED] vk_pipeline_cache: Add fallbacks for R8Srgb and B5G6R5 #3349
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#3349
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/3264
Author: @raphaelthegreat
Created: 7/17/2025
Status: ✅ Merged
Merged: 7/18/2025
Merged by: @georgemoralis
Base:
main← Head:format-fallback📝 Commits (3)
7dfcf8cvk_pipeline_cache: Add fallbacks for R8Srgb and B5G6R55eccb17blit_helper: Fix validation errordc1f740renderer_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.