[PR #2492] [MERGED] externals: Update MoltenVK #2777

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2492
Author: @squidbus
Created: 2/21/2025
Status: Merged
Merged: 2/21/2025
Merged by: @georgemoralis

Base: mainHead: mvk-update


📝 Commits (1)

  • 5c9e1ec externals: Update MoltenVK

📊 Changes

5 files changed (+16 additions, -8 deletions)

View changed files

📝 externals/MoltenVK/MoltenVK (+1 -1)
📝 externals/MoltenVK/SPIRV-Cross (+1 -1)
📝 src/video_core/renderer_vulkan/vk_instance.cpp (+3 -4)
📝 src/video_core/renderer_vulkan/vk_instance.h (+0 -1)
📝 src/video_core/renderer_vulkan/vk_platform.cpp (+11 -1)

📄 Description

  • Update MoltenVK and SPIRV-Cross to latest, with support for more Vulkan 1.3 extensions and some other features/fixes.
  • Enable MVK_CONFIG_USE_MTLHEAP, which uses MTLHeap to back device memory instead of dedicated allocations. This will now allow us to use VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT on MoltenVK. This setting may become default in the near future and can be removed then.
  • VK_EXT_tooling_info support check no longer needed, since MoltenVK was the last hold-out and now supports it.
    • We still do not call getToolPropertiesEXT on AMD proprietary, pending release of a fix for Reshade issue.

🔄 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/2492 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 2/21/2025 **Status:** ✅ Merged **Merged:** 2/21/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `mvk-update` --- ### 📝 Commits (1) - [`5c9e1ec`](https://github.com/shadps4-emu/shadPS4/commit/5c9e1ec00b6ecd8f47181affe4c493cc71409fa4) externals: Update MoltenVK ### 📊 Changes **5 files changed** (+16 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `externals/MoltenVK/MoltenVK` (+1 -1) 📝 `externals/MoltenVK/SPIRV-Cross` (+1 -1) 📝 `src/video_core/renderer_vulkan/vk_instance.cpp` (+3 -4) 📝 `src/video_core/renderer_vulkan/vk_instance.h` (+0 -1) 📝 `src/video_core/renderer_vulkan/vk_platform.cpp` (+11 -1) </details> ### 📄 Description * Update MoltenVK and SPIRV-Cross to latest, with support for more Vulkan 1.3 extensions and some other features/fixes. * Enable `MVK_CONFIG_USE_MTLHEAP`, which uses `MTLHeap` to back device memory instead of dedicated allocations. This will now allow us to use `VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT` on MoltenVK. This setting may become default in the near future and can be removed then. * `VK_EXT_tooling_info` support check no longer needed, since MoltenVK was the last hold-out and now supports it. * We still do not call `getToolPropertiesEXT` on AMD proprietary, pending release of a fix for Reshade issue. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01: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#2777
No description provided.