mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
pan/bi: Remove b3210 from valid swizzle
This was removed on v11, we currently don't use it so to ensure no one start using it, let's just mark it as reserved. Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33371>
This commit is contained in:
parent
b00c09b920
commit
c36326d3af
1 changed files with 2 additions and 1 deletions
|
|
@ -181,7 +181,8 @@
|
||||||
|
|
||||||
<enum name="Swizzles (8-bit)">
|
<enum name="Swizzles (8-bit)">
|
||||||
<value default="true">b0123</value>
|
<value default="true">b0123</value>
|
||||||
<value>b3210</value>
|
<!-- b3210 until v11 -->
|
||||||
|
<reserved/>
|
||||||
<value>b0101</value>
|
<value>b0101</value>
|
||||||
<value>b2323</value>
|
<value>b2323</value>
|
||||||
<value>b0000</value>
|
<value>b0000</value>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue