[PR #3824] [CLOSED] vk_rasterizer: Always submit all viewports #3740

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3824
Author: @raphaelthegreat
Created: 11/23/2025
Status: Closed

Base: mainHead: viewports


📝 Commits (1)

  • 3443eb5 vk_rasterizer: Always submit all viewports

📊 Changes

2 files changed (+9 additions, -32 deletions)

View changed files

📝 src/video_core/renderer_vulkan/vk_rasterizer.cpp (+7 -30)
📝 src/video_core/renderer_vulkan/vk_scheduler.h (+2 -2)

📄 Description

There is little point in trying to "sanitize" the viewport state like attempting to determine how many viewports are used or do any form of "compaction". So simply always parse all of them


🔄 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/3824 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 11/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `viewports` --- ### 📝 Commits (1) - [`3443eb5`](https://github.com/shadps4-emu/shadPS4/commit/3443eb5ce5c0f1ce7d9c8c04f221fb4b054477d8) vk_rasterizer: Always submit all viewports ### 📊 Changes **2 files changed** (+9 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/renderer_vulkan/vk_rasterizer.cpp` (+7 -30) 📝 `src/video_core/renderer_vulkan/vk_scheduler.h` (+2 -2) </details> ### 📄 Description There is little point in trying to "sanitize" the viewport state like attempting to determine how many viewports are used or do any form of "compaction". So simply always parse all of them --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:49 +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#3740
No description provided.