[PR #1544] [MERGED] libraries: gnmdriver: few more functions implemented #2159

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1544
Author: @psucien
Created: 11/17/2024
Status: Merged
Merged: 11/18/2024
Merged by: @georgemoralis

Base: mainHead: a_bit_more_gnm


📝 Commits (1)

  • 624aaa8 libraries: gnmdriver: few more functions implemented

📊 Changes

9 files changed (+119 additions, -17 deletions)

View changed files

📝 src/core/libraries/gnmdriver/gnmdriver.cpp (+42 -7)
📝 src/core/libraries/gnmdriver/gnmdriver.h (+4 -1)
📝 src/video_core/amdgpu/liverpool.cpp (+22 -2)
📝 src/video_core/amdgpu/liverpool.h (+2 -0)
📝 src/video_core/amdgpu/pm4_cmds.h (+15 -1)
📝 src/video_core/amdgpu/pm4_opcodes.h (+1 -0)
📝 src/video_core/renderer_vulkan/vk_instance.cpp (+1 -0)
📝 src/video_core/renderer_vulkan/vk_rasterizer.cpp (+30 -5)
📝 src/video_core/renderer_vulkan/vk_rasterizer.h (+2 -1)

📄 Description

Added implementation of:

  • sceGnmDrawIndexIndirectCountMulti
  • sceGnmValidateOnSubmitEnabled
  • sceGnmGetOffChipTessellationBufferSize

🔄 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/1544 **Author:** [@psucien](https://github.com/psucien) **Created:** 11/17/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `a_bit_more_gnm` --- ### 📝 Commits (1) - [`624aaa8`](https://github.com/shadps4-emu/shadPS4/commit/624aaa828dc255ed69063cf7a5189f14440878f2) libraries: gnmdriver: few more functions implemented ### 📊 Changes **9 files changed** (+119 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/gnmdriver/gnmdriver.cpp` (+42 -7) 📝 `src/core/libraries/gnmdriver/gnmdriver.h` (+4 -1) 📝 `src/video_core/amdgpu/liverpool.cpp` (+22 -2) 📝 `src/video_core/amdgpu/liverpool.h` (+2 -0) 📝 `src/video_core/amdgpu/pm4_cmds.h` (+15 -1) 📝 `src/video_core/amdgpu/pm4_opcodes.h` (+1 -0) 📝 `src/video_core/renderer_vulkan/vk_instance.cpp` (+1 -0) 📝 `src/video_core/renderer_vulkan/vk_rasterizer.cpp` (+30 -5) 📝 `src/video_core/renderer_vulkan/vk_rasterizer.h` (+2 -1) </details> ### 📄 Description Added implementation of: * `sceGnmDrawIndexIndirectCountMulti` * `sceGnmValidateOnSubmitEnabled` * `sceGnmGetOffChipTessellationBufferSize` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:15:25 +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#2159
No description provided.