mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 09:08:07 +02:00
Fixes two known issues: - We did not lower invalid swizzles for IADD.v4s8, triggered in the CTS by enabling uniformAndStorageBuffer8BitAccess and storageBuffer8BitAccess in panvk. - We did not lower invalid swizzles for IMUL.v4i8, triggered by dEQP-VK.spirv_assembly.instruction.compute.mul_extended.(un)signed_8bit on bifrost. The old logic was missing several other instructions, so there may be additional bugs that we don't know about. There are no cases where the new behavior will keep swizzles that would have been lowered previously, so this change should not introduce any new bugs with valhall. Signed-off-by: Benjamin Lee <benjamin.lee@collabora.com> Reviewed-by: Eric R. Smith <eric.smith@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33416> |
||
|---|---|---|
| .. | ||
| amd | ||
| android_stub | ||
| asahi | ||
| broadcom | ||
| c11 | ||
| compiler | ||
| drm-shim | ||
| egl | ||
| etnaviv | ||
| freedreno | ||
| gallium | ||
| gbm | ||
| getopt | ||
| gfxstream | ||
| glx | ||
| gtest | ||
| imagination | ||
| imgui | ||
| intel | ||
| loader | ||
| mapi | ||
| mesa | ||
| microsoft | ||
| nouveau | ||
| panfrost | ||
| tool | ||
| util | ||
| virtio | ||
| vulkan | ||
| x11 | ||
| .clang-format | ||
| meson.build | ||