mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
pan/bi: Make LD_VAR w=format instead of w=vecsize
Fixes a vector dimension validation failure in dEQP-GLES3.functional.shaders.indexing.varying_array.vec4_static_write_dynamic_read after we enable fp16 varyings. No shader-db changes, as we don't yet support fp16 varyings. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16752>
This commit is contained in:
parent
a9b13a1867
commit
06886c3861
1 changed files with 1 additions and 1 deletions
|
|
@ -6396,7 +6396,7 @@
|
|||
</mod>
|
||||
</ins>
|
||||
|
||||
<ins name="+LD_VAR" staging="w=vecsize" message="varying">
|
||||
<ins name="+LD_VAR" staging="w=format" message="varying">
|
||||
<src start="0"/>
|
||||
<src start="3"/>
|
||||
<mod name="vecsize" start="8" size="2">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue