[PR #366] [MERGED] video_core: Minor fixes #1514

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/366
Author: @raphaelthegreat
Created: 8/4/2024
Status: Merged
Merged: 8/5/2024
Merged by: @raphaelthegreat

Base: mainHead: smol-fixes


📝 Commits (9)

  • 3d41c13 data_share: Fix DS instruction
  • 9a38e6c vk_graphics_pipeline: Fix unnecessary invalidate
  • b08db46 spirv: Remove subgroup id
  • a5574bd vector_alu: Simplify mbcnt pattern
  • 5678a2d shader_recompiler: More instructions
  • 62f9af1 clang format
  • 1a4c82a kernel: Fix cond memory leak and reduce spam
  • 2aefd73 liverpool: Print error on exception
  • 2fc1f05 build fix

📊 Changes

9 files changed (+55 additions, -35 deletions)

View changed files

📝 src/core/libraries/kernel/thread_management.cpp (+5 -2)
📝 src/shader_recompiler/backend/spirv/emit_spirv_warp.cpp (+1 -1)
📝 src/shader_recompiler/backend/spirv/spirv_emit_context.cpp (+0 -1)
📝 src/shader_recompiler/backend/spirv/spirv_emit_context.h (+0 -1)
📝 src/shader_recompiler/frontend/translate/data_share.cpp (+14 -8)
📝 src/shader_recompiler/frontend/translate/translate.h (+2 -0)
📝 src/shader_recompiler/frontend/translate/vector_alu.cpp (+24 -19)
📝 src/video_core/amdgpu/liverpool.h (+6 -2)
📝 src/video_core/renderer_vulkan/vk_compute_pipeline.cpp (+3 -1)

📄 Description

No description provided


🔄 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/366 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 8/4/2024 **Status:** ✅ Merged **Merged:** 8/5/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `smol-fixes` --- ### 📝 Commits (9) - [`3d41c13`](https://github.com/shadps4-emu/shadPS4/commit/3d41c1355226eaa4f1e5f531318d87caf29d4570) data_share: Fix DS instruction - [`9a38e6c`](https://github.com/shadps4-emu/shadPS4/commit/9a38e6ccd8aa3bb8b5516edc01ec4ff560025596) vk_graphics_pipeline: Fix unnecessary invalidate - [`b08db46`](https://github.com/shadps4-emu/shadPS4/commit/b08db4603e74afbd77c9af13fb8a344bff09be63) spirv: Remove subgroup id - [`a5574bd`](https://github.com/shadps4-emu/shadPS4/commit/a5574bdbf099ee67cb8f3b0746f73b909ee71ba8) vector_alu: Simplify mbcnt pattern - [`5678a2d`](https://github.com/shadps4-emu/shadPS4/commit/5678a2d56c7a8f4cda92c42028803569bb450b88) shader_recompiler: More instructions - [`62f9af1`](https://github.com/shadps4-emu/shadPS4/commit/62f9af18ac2a859cb6b63e7885d9bbe6e0c1fa2e) clang format - [`1a4c82a`](https://github.com/shadps4-emu/shadPS4/commit/1a4c82aeac82a02c47818f51e3193c5cc82114a4) kernel: Fix cond memory leak and reduce spam - [`2aefd73`](https://github.com/shadps4-emu/shadPS4/commit/2aefd73776abcfa1fd71b873dc9e72a293dc89b3) liverpool: Print error on exception - [`2fc1f05`](https://github.com/shadps4-emu/shadPS4/commit/2fc1f05aeef3468ae9a13fee351b4fcfcc5f048f) build fix ### 📊 Changes **9 files changed** (+55 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/thread_management.cpp` (+5 -2) 📝 `src/shader_recompiler/backend/spirv/emit_spirv_warp.cpp` (+1 -1) 📝 `src/shader_recompiler/backend/spirv/spirv_emit_context.cpp` (+0 -1) 📝 `src/shader_recompiler/backend/spirv/spirv_emit_context.h` (+0 -1) 📝 `src/shader_recompiler/frontend/translate/data_share.cpp` (+14 -8) 📝 `src/shader_recompiler/frontend/translate/translate.h` (+2 -0) 📝 `src/shader_recompiler/frontend/translate/vector_alu.cpp` (+24 -19) 📝 `src/video_core/amdgpu/liverpool.h` (+6 -2) 📝 `src/video_core/renderer_vulkan/vk_compute_pipeline.cpp` (+3 -1) </details> ### 📄 Description _No description provided_ --- <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:53 +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#1514
No description provided.