diff options
author | Boris Brezillon <boris.brezillon@collabora.com> | 2024-03-14 16:02:04 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-03-25 18:30:47 +0000 |
commit | d9d6514fbccd05343e3f7cc48a8d07218b9c28ef (patch) | |
tree | 44530b727f5c1070008c5c4d348a557a516d7579 /src/panfrost/ci | |
parent | 44cfc5706245c91e544a105e93aa24e2017c5043 (diff) |
panvk: Disable global offset on varying and non-VS attribute descriptors
We are not supposed to apply the vertex index offset to our varying or
non-VS attribute (AKA image) descriptors. While at it, explicitly set
offset_enable to true when emitting vertex attribute descriptors, to
clarify our intentions.
Fixes: c0d65398279d ("panvk: Drop support for Midgard")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28182>
Diffstat (limited to 'src/panfrost/ci')
-rw-r--r-- | src/panfrost/ci/panfrost-g52-fails.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/panfrost/ci/panfrost-g52-fails.txt b/src/panfrost/ci/panfrost-g52-fails.txt index 22ed5605383..020221ca850 100644 --- a/src/panfrost/ci/panfrost-g52-fails.txt +++ b/src/panfrost/ci/panfrost-g52-fails.txt @@ -432,7 +432,6 @@ dEQP-VK.spirv_assembly.instruction.compute.workgroup_memory.float32,Crash dEQP-VK.spirv_assembly.instruction.compute.workgroup_memory.int32,Crash dEQP-VK.spirv_assembly.instruction.compute.workgroup_memory.uint32,Crash -dEQP-VK.api.command_buffers.record_many_draws_secondary_2,Fail dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.1d_to_1d.r16g16_snorm.r16g16_snorm.general_optimal,Fail dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.1d_to_1d.r16g16b16a16_uint.r16g16b16a16_uint.optimal_general,Fail dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.1d_to_1d.r8_uint.r8_uint.general_optimal,Fail |