mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-05 02:08:18 +02:00
pan/genxml: add missing enum value
R10G10B10A10 is supported on V12 and V13 as well, according to my docs. Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41721>
This commit is contained in:
parent
231b51e173
commit
7cef8022ff
2 changed files with 4 additions and 0 deletions
|
|
@ -1520,6 +1520,8 @@
|
|||
<value name="R16G16B16" value="16"/>
|
||||
<value name="R16G16B16A16" value="17"/>
|
||||
|
||||
<value name="R10G10B10A10" value="23"/>
|
||||
|
||||
<value name="YUV420 6c8" value="32"/>
|
||||
<value name="YUV420 2c8" value="34"/>
|
||||
<value name="YUV420 1c8" value="35"/>
|
||||
|
|
|
|||
|
|
@ -1822,6 +1822,8 @@
|
|||
<value name="R16G16B16" value="16"/>
|
||||
<value name="R16G16B16A16" value="17"/>
|
||||
|
||||
<value name="R10G10B10A10" value="23"/>
|
||||
|
||||
<value name="YUV420 6c8" value="32"/>
|
||||
<value name="YUV420 2c8" value="34"/>
|
||||
<value name="YUV420 1c8" value="35"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue