[PR #2031] [MERGED] texture_cache: Adding some missing textures #2451

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2031
Author: @Xphalnos
Created: 1/3/2025
Status: Merged
Merged: 1/3/2025
Merged by: @psucien

Base: mainHead: Missing_textures


📝 Commits (1)

  • c7f920d texture_cache: Adding some missing textures

📊 Changes

1 file changed (+40 additions, -25 deletions)

View changed files

📝 src/video_core/texture_cache/tile_manager.cpp (+40 -25)

📄 Description

Added a lot of texture formats to the detiler to deal with Unexpected format for demotion [Texture Format] errors.
For better visibility in all these formats, I put them in this order:

  • Unorm
  • Snorm
  • Uint
  • Srgb / Sfloat

Adding formats as a preventative measure will avoid doing a lot of small PRs to add formats one by one.
For the moment, the only game seen with a detiler error is Dead Rising with the missing format: R8G8Snorm.
And some PS1 games with the missing format B5G5R5A1UnormPack16


🔄 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/2031 **Author:** [@Xphalnos](https://github.com/Xphalnos) **Created:** 1/3/2025 **Status:** ✅ Merged **Merged:** 1/3/2025 **Merged by:** [@psucien](https://github.com/psucien) **Base:** `main` ← **Head:** `Missing_textures` --- ### 📝 Commits (1) - [`c7f920d`](https://github.com/shadps4-emu/shadPS4/commit/c7f920d37aa102ff86a8001a18db9b3791999a69) texture_cache: Adding some missing textures ### 📊 Changes **1 file changed** (+40 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/texture_cache/tile_manager.cpp` (+40 -25) </details> ### 📄 Description Added a lot of texture formats to the detiler to deal with `Unexpected format for demotion [Texture Format]` errors.\ For better visibility in all these formats, I put them in this order: - **Unorm** - **Snorm** - **Uint** - **Srgb / Sfloat** Adding formats as a preventative measure will avoid doing a lot of small PRs to add formats one by one.\ For the moment, the only game seen with a detiler error is [**Dead Rising**](https://github.com/shadps4-emu/shadps4-game-compatibility/issues/1853) with the missing format: **R8G8Snorm**. And some PS1 games with the missing format **B5G5R5A1UnormPack16** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:33 +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#2451
No description provided.