[PR #229] [MERGED] video_core: Address regressions from last few PRs #1410

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/229
Author: @raphaelthegreat
Created: 7/1/2024
Status: Merged
Merged: 7/1/2024
Merged by: @georgemoralis

Base: mainHead: stabilization11


📝 Commits (5)

  • 7d4f0da video_core: Fix some regressions
  • 2fe897e host_shaders: Fix R8G8 detiler
  • a603bc7 shader_recompiler: More instructions
  • fe5bfa9 texture_cache: Always validate for now
  • afba6db clang format fix

📊 Changes

19 files changed (+106 additions, -35 deletions)

View changed files

📝 src/core/address_space.cpp (+2 -2)
📝 src/core/libraries/kernel/thread_management.cpp (+1 -0)
📝 src/shader_recompiler/backend/spirv/emit_spirv_image.cpp (+7 -2)
📝 src/shader_recompiler/backend/spirv/emit_spirv_instructions.h (+1 -1)
📝 src/shader_recompiler/frontend/format.cpp (+4 -8)
📝 src/shader_recompiler/frontend/translate/translate.cpp (+31 -4)
📝 src/shader_recompiler/frontend/translate/translate.h (+6 -2)
📝 src/shader_recompiler/frontend/translate/vector_alu.cpp (+20 -4)
📝 src/shader_recompiler/frontend/translate/vector_memory.cpp (+15 -0)
📝 src/shader_recompiler/ir/ir_emitter.cpp (+3 -1)
📝 src/shader_recompiler/ir/ir_emitter.h (+1 -1)
📝 src/shader_recompiler/ir/opcodes.inc (+1 -0)
📝 src/shader_recompiler/ir/passes/resource_tracking_pass.cpp (+3 -2)
📝 src/shader_recompiler/ir/value.h (+1 -0)
📝 src/video_core/amdgpu/liverpool.h (+2 -2)
📝 src/video_core/host_shaders/detile_m8x2.comp (+1 -1)
📝 src/video_core/renderer_vulkan/vk_rasterizer.cpp (+5 -4)
📝 src/video_core/texture_cache/texture_cache.cpp (+1 -1)
📝 src/video_core/texture_cache/tile_manager.cpp (+1 -0)

📄 Description

Also fixes R8G8 detiler and adds more instructions because why not


🔄 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/229 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/1/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `stabilization11` --- ### 📝 Commits (5) - [`7d4f0da`](https://github.com/shadps4-emu/shadPS4/commit/7d4f0da40ef3ed6a2cb3084a419f1e201afa02f3) video_core: Fix some regressions - [`2fe897e`](https://github.com/shadps4-emu/shadPS4/commit/2fe897eedaa2f85555cbe2cc74e8a7c241e1e618) host_shaders: Fix R8G8 detiler - [`a603bc7`](https://github.com/shadps4-emu/shadPS4/commit/a603bc7d88e663d8ffd140a5916cd0612001c42c) shader_recompiler: More instructions - [`fe5bfa9`](https://github.com/shadps4-emu/shadPS4/commit/fe5bfa9d61ea25fc4b6f55255cf309f6ec6dbe46) texture_cache: Always validate for now - [`afba6db`](https://github.com/shadps4-emu/shadPS4/commit/afba6dbd6671e57dbf2b2807d5f39747dcc8c0e1) clang format fix ### 📊 Changes **19 files changed** (+106 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/core/address_space.cpp` (+2 -2) 📝 `src/core/libraries/kernel/thread_management.cpp` (+1 -0) 📝 `src/shader_recompiler/backend/spirv/emit_spirv_image.cpp` (+7 -2) 📝 `src/shader_recompiler/backend/spirv/emit_spirv_instructions.h` (+1 -1) 📝 `src/shader_recompiler/frontend/format.cpp` (+4 -8) 📝 `src/shader_recompiler/frontend/translate/translate.cpp` (+31 -4) 📝 `src/shader_recompiler/frontend/translate/translate.h` (+6 -2) 📝 `src/shader_recompiler/frontend/translate/vector_alu.cpp` (+20 -4) 📝 `src/shader_recompiler/frontend/translate/vector_memory.cpp` (+15 -0) 📝 `src/shader_recompiler/ir/ir_emitter.cpp` (+3 -1) 📝 `src/shader_recompiler/ir/ir_emitter.h` (+1 -1) 📝 `src/shader_recompiler/ir/opcodes.inc` (+1 -0) 📝 `src/shader_recompiler/ir/passes/resource_tracking_pass.cpp` (+3 -2) 📝 `src/shader_recompiler/ir/value.h` (+1 -0) 📝 `src/video_core/amdgpu/liverpool.h` (+2 -2) 📝 `src/video_core/host_shaders/detile_m8x2.comp` (+1 -1) 📝 `src/video_core/renderer_vulkan/vk_rasterizer.cpp` (+5 -4) 📝 `src/video_core/texture_cache/texture_cache.cpp` (+1 -1) 📝 `src/video_core/texture_cache/tile_manager.cpp` (+1 -0) </details> ### 📄 Description Also fixes R8G8 detiler and adds more instructions because why not --- <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:25 +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#1410
No description provided.