mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 16:28:08 +02:00
panfrost: Add Tiled linear mode to the Block Format enum
Add it for completeness. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6797>
This commit is contained in:
parent
76096c723a
commit
fb95729b69
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@
|
|||
<enum name="Block Format">
|
||||
<!--- 16x16 block u-interleaved -->
|
||||
<value name="Tiled U-Interleaved" value="0"/>
|
||||
<value name="Tiled Linear" value="1"/>
|
||||
<value name="Linear" value="2"/>
|
||||
<value name="AFBC" value="3"/>
|
||||
</enum>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue