Revert "[vk] Fix Vulkan Upload & Present Barriers for Spec Compliance (#2681)" #2748

Merged
MaranBr merged 1 commit from :revert into master 2025-10-16 03:33:25 +02:00

Vulkan layout and barrier edits made the GPU use a different shader path that compiled a TLDS instruction with an unaligned register (R157).

The old path never generated that case, so the translator’s missing unaligned-register handling only surfaced after this change.

Vulkan layout and barrier edits made the GPU use a different shader path that compiled a TLDS instruction with an unaligned register (R157). The old path never generated that case, so the translator’s missing unaligned-register handling only surfaced after this change.
Revert "[vk] Fix Vulkan Upload & Present Barriers for Spec Compliance (#2681)"
All checks were successful
eden-license / license-header (pull_request) Successful in 28s
a1f656a0cf
This reverts commit 5d4cfe195b.
MaranBr approved these changes 2025-10-16 03:31:56 +02:00
MaranBr scheduled this pull request to auto merge when all checks succeed 2025-10-16 03:32:01 +02:00
Lizzie approved these changes 2025-10-16 03:33:22 +02:00
MaranBr merged commit 30482692c7 into master 2025-10-16 03:33:25 +02:00
crueter deleted branch revert 2025-10-16 03:34:11 +02:00
Sign in to join this conversation.
No description provided.