[PR #212] [MERGED] More GnmDriver functions implementation #1397

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/212
Author: @psucien
Created: 6/24/2024
Status: Merged
Merged: 6/25/2024
Merged by: @georgemoralis

Base: mainHead: missing_gnm


📝 Commits (2)

  • 508d034 libraries: gnm_driver: added sceGnmSetEmbeddedPsShader
  • c04fbb7 libraries: gnm_driver: added sceGnmDrawIndexIndirect and sceGnmDrawIndirect

📊 Changes

3 files changed (+155 additions, -18 deletions)

View changed files

📝 src/core/libraries/gnmdriver/gnmdriver.cpp (+134 -15)
📝 src/core/libraries/gnmdriver/gnmdriver.h (+7 -3)
📝 src/video_core/amdgpu/pm4_cmds.h (+14 -0)

📄 Description

This adds a few more Gnm driver functions:

  • sceGnmSetEmbeddedPsShader
  • sceGnmDrawIndirect
  • sceGnmDrawIndexIndirect

🔄 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/212 **Author:** [@psucien](https://github.com/psucien) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `missing_gnm` --- ### 📝 Commits (2) - [`508d034`](https://github.com/shadps4-emu/shadPS4/commit/508d034263b25dd0985138b2b0e8c4e4bed3ef00) libraries: gnm_driver: added `sceGnmSetEmbeddedPsShader` - [`c04fbb7`](https://github.com/shadps4-emu/shadPS4/commit/c04fbb75d86cb04ad58169915b3141bb01e44298) libraries: gnm_driver: added `sceGnmDrawIndexIndirect` and `sceGnmDrawIndirect` ### 📊 Changes **3 files changed** (+155 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/gnmdriver/gnmdriver.cpp` (+134 -15) 📝 `src/core/libraries/gnmdriver/gnmdriver.h` (+7 -3) 📝 `src/video_core/amdgpu/pm4_cmds.h` (+14 -0) </details> ### 📄 Description This adds a few more Gnm driver functions: - `sceGnmSetEmbeddedPsShader` - `sceGnmDrawIndirect` - `sceGnmDrawIndexIndirect` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:23 +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#1397
No description provided.