[PR #3572] [MERGED] image: Do not set storage usage for block-encoded formats. #3582

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3572
Author: @squidbus
Created: 9/11/2025
Status: Merged
Merged: 9/11/2025
Merged by: @squidbus

Base: mainHead: block-no-storage


📝 Commits (1)

  • 64d00b9 image: Do not set storage usage for block-encoded formats.

📊 Changes

1 file changed (+12 additions, -10 deletions)

View changed files

📝 src/video_core/texture_cache/image.cpp (+12 -10)

📄 Description

Storage is never supported for block-encoded formats, not just for the host Vulkan drivers but also in the AMD GPU docs. Thus, don't set the storage usage flag for it, to prevent games spamming unsupported format errors on this.

(the tiny percents here are ~3-5 errant ARM drivers)

support

🔄 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/3572 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 9/11/2025 **Status:** ✅ Merged **Merged:** 9/11/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `block-no-storage` --- ### 📝 Commits (1) - [`64d00b9`](https://github.com/shadps4-emu/shadPS4/commit/64d00b9518a50a054ba199d5a1a4a27962abdf5b) image: Do not set storage usage for block-encoded formats. ### 📊 Changes **1 file changed** (+12 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/texture_cache/image.cpp` (+12 -10) </details> ### 📄 Description Storage is never supported for block-encoded formats, not just for the host Vulkan drivers but also in the AMD GPU docs. Thus, don't set the storage usage flag for it, to prevent games spamming unsupported format errors on this. (the tiny percents here are ~3-5 errant ARM drivers) <img width="1131" height="853" alt="support" src="https://github.com/user-attachments/assets/56d8d246-a700-4cdc-ab49-5d820651c8fb" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:14 +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#3582
No description provided.