[PR #867] [MERGED] vulkan: Skip draw when primitive type is None. #1811

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/867
Author: @squidbus
Created: 9/11/2024
Status: Merged
Merged: 9/11/2024
Merged by: @georgemoralis

Base: mainHead: pt-none


📝 Commits (1)

  • 1a81e99 vulkan: Skip draw when primitive type is None.

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 src/video_core/renderer_vulkan/vk_pipeline_cache.cpp (+4 -0)

📄 Description

Implements primitive type None with no draw as in the manual:

00 - DI_PT_NONE: DI_PT_NONE None (does not create draw trigger)

Used by CUSA16429 on boot.


🔄 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/867 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 9/11/2024 **Status:** ✅ Merged **Merged:** 9/11/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `pt-none` --- ### 📝 Commits (1) - [`1a81e99`](https://github.com/shadps4-emu/shadPS4/commit/1a81e99b058f3fd0e46bbfcbd881f93dfa08789b) vulkan: Skip draw when primitive type is None. ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/renderer_vulkan/vk_pipeline_cache.cpp` (+4 -0) </details> ### 📄 Description Implements primitive type `None` with no draw as in the manual: ``` 00 - DI_PT_NONE: DI_PT_NONE None (does not create draw trigger) ``` Used by CUSA16429 on boot. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:02 +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#1811
No description provided.