[PR #2145] [MERGED] liverpool_to_vk: Add R32Uint depth promote. #2516

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2145
Author: @squidbus
Created: 1/14/2025
Status: Merged
Merged: 1/15/2025
Merged by: @roamic

Base: mainHead: r32uint


📝 Commits (1)

  • ea7dbfe liverpool_to_vk: Add R32Uint depth promote.

📊 Changes

2 files changed (+30 additions, -4 deletions)

View changed files

📝 src/video_core/renderer_vulkan/liverpool_to_vk.h (+28 -1)
📝 src/video_core/texture_cache/image_view.cpp (+2 -3)

📄 Description

Spotted and confirmed in CUSA30446, R32Uint may be used to view 32-bit depth component. Added to depth promotions, and moved the format checks for image view with depth/stencil aspect to functions to make it easier to maintain.


🔄 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/2145 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 1/14/2025 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@roamic](https://github.com/roamic) **Base:** `main` ← **Head:** `r32uint` --- ### 📝 Commits (1) - [`ea7dbfe`](https://github.com/shadps4-emu/shadPS4/commit/ea7dbfe13fbe27ef86298a8f5eb72d05225b2ce5) liverpool_to_vk: Add R32Uint depth promote. ### 📊 Changes **2 files changed** (+30 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/renderer_vulkan/liverpool_to_vk.h` (+28 -1) 📝 `src/video_core/texture_cache/image_view.cpp` (+2 -3) </details> ### 📄 Description Spotted and confirmed in CUSA30446, `R32Uint` may be used to view 32-bit depth component. Added to depth promotions, and moved the format checks for image view with depth/stencil aspect to functions to make it easier to maintain. --- <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:13 +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#2516
No description provided.