mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
panfrost: Fix texel interleave flag on Valhall
Interleave mode specified per-plane on Valhall. The texture descriptor proper merely has a flag specifying whether planes are somehow interleaved (u-interleaved, AFBC, or block compressed formats) or whether they are all linear (and uncompressed). Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14851>
This commit is contained in:
parent
3bf34a1494
commit
1410d150e7
1 changed files with 1 additions and 1 deletions
|
|
@ -808,7 +808,7 @@
|
|||
<field name="Width" size="16" start="1:0" type="uint" modifier="minus(1)"/>
|
||||
<field name="Height" size="16" start="1:16" type="uint" modifier="minus(1)"/>
|
||||
<field name="Swizzle" size="12" start="2:0" type="uint"/>
|
||||
<field name="Texel ordering" size="4" start="2:12" type="Texture Layout"/>
|
||||
<field name="Texel interleave" size="1" start="2:12" type="bool"/>
|
||||
<field name="Levels" size="5" start="2:16" type="uint" default="1" modifier="minus(1)"/>
|
||||
<field name="Minimum level" size="5" start="2:24" type="uint"/>
|
||||
<field name="Minimum LOD" size="13" start="3:0" type="uint" default="0"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue