mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
panfrost: Correct ASTC decode mode XML
The narrow/wide bit was backwards.
Fixes: bfba7533c7 ("panfrost: Add Valhall Plane Descriptor XML")
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15461>
This commit is contained in:
parent
fd87135852
commit
02f519601a
1 changed files with 2 additions and 2 deletions
|
|
@ -750,8 +750,8 @@
|
|||
</struct>
|
||||
|
||||
<struct name="Plane ASTC Overlay" size="8">
|
||||
<field name="Decode Narrow" size="1" start="24" type="bool"/>
|
||||
<field name="Decode HDR" size="1" start="25" type="bool"/>
|
||||
<field name="Decode HDR" size="1" start="24" type="bool"/>
|
||||
<field name="Decode Wide" size="1" start="25" type="bool"/>
|
||||
|
||||
<field name="2D" size="32" start="0" type="Plane ASTC 2D Overlay"/>
|
||||
<field name="3D" size="32" start="0" type="Plane ASTC 3D Overlay"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue