[PR #2137] [MERGED] video_core: detiler: display micro 64bpp #2511

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

📋 Pull Request Information

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

Base: mainHead: video_out/display_micro_64bpp


📝 Commits (1)

  • 1ccfcf3 video_core: detiler: display micro 64bpp

📊 Changes

7 files changed (+86 additions, -8 deletions)

View changed files

📝 src/video_core/amdgpu/resource.h (+3 -0)
📝 src/video_core/host_shaders/CMakeLists.txt (+1 -0)
src/video_core/host_shaders/detilers/display_micro_64bpp.comp (+60 -0)
📝 src/video_core/texture_cache/image_info.cpp (+1 -0)
📝 src/video_core/texture_cache/texture_cache.cpp (+3 -3)
📝 src/video_core/texture_cache/tile_manager.cpp (+16 -5)
📝 src/video_core/texture_cache/tile_manager.h (+2 -0)

📄 Description

A rare 3d tiling case found in irradiance probes in Knack


🔄 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/2137 **Author:** [@psucien](https://github.com/psucien) **Created:** 1/12/2025 **Status:** ✅ Merged **Merged:** 1/12/2025 **Merged by:** [@psucien](https://github.com/psucien) **Base:** `main` ← **Head:** `video_out/display_micro_64bpp` --- ### 📝 Commits (1) - [`1ccfcf3`](https://github.com/shadps4-emu/shadPS4/commit/1ccfcf3be4386a404ae5a375f75e333c6bcf391f) video_core: detiler: display micro 64bpp ### 📊 Changes **7 files changed** (+86 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/amdgpu/resource.h` (+3 -0) 📝 `src/video_core/host_shaders/CMakeLists.txt` (+1 -0) ➕ `src/video_core/host_shaders/detilers/display_micro_64bpp.comp` (+60 -0) 📝 `src/video_core/texture_cache/image_info.cpp` (+1 -0) 📝 `src/video_core/texture_cache/texture_cache.cpp` (+3 -3) 📝 `src/video_core/texture_cache/tile_manager.cpp` (+16 -5) 📝 `src/video_core/texture_cache/tile_manager.h` (+2 -0) </details> ### 📄 Description A rare 3d tiling case found in irradiance probes in Knack --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:00:12 +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#2511
No description provided.