[PR #3485] [MERGED] renderer_vulkan: Ignore blend parameters when disabled. #3508

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3485
Author: @squidbus
Created: 8/30/2025
Status: Merged
Merged: 8/30/2025
Merged by: @squidbus

Base: mainHead: blend-warn


📝 Commits (1)

  • 7a61fcb renderer_vulkan: Ignore blend parameters when disabled.

📊 Changes

3 files changed (+42 additions, -21 deletions)

View changed files

📝 src/video_core/renderer_vulkan/liverpool_to_vk.cpp (+2 -2)
📝 src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp (+26 -9)
📝 src/video_core/renderer_vulkan/vk_pipeline_cache.cpp (+14 -10)

📄 Description

  • When blending is disabled, ignore the configuration values instead of attempting to translate them.
  • Add warning for unsupported scaled min/max blending.

Should fix cases of invalid blend factor/op assert.


🔄 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/3485 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 8/30/2025 **Status:** ✅ Merged **Merged:** 8/30/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `blend-warn` --- ### 📝 Commits (1) - [`7a61fcb`](https://github.com/shadps4-emu/shadPS4/commit/7a61fcb1602f833b838babfd548d47ab1b0469c6) renderer_vulkan: Ignore blend parameters when disabled. ### 📊 Changes **3 files changed** (+42 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/renderer_vulkan/liverpool_to_vk.cpp` (+2 -2) 📝 `src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp` (+26 -9) 📝 `src/video_core/renderer_vulkan/vk_pipeline_cache.cpp` (+14 -10) </details> ### 📄 Description * When blending is disabled, ignore the configuration values instead of attempting to translate them. * Add warning for unsupported scaled min/max blending. Should fix cases of invalid blend factor/op assert. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:57 +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#3508
No description provided.