mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-07 16:40:27 +01:00
broadcom/cle: bump up gen version for v3d
The generation version for V3D XML package was marked as 3.3, but
actually we removed all the code supporting this generation, and the
generations we support now are from 4.2 onwards.
So we bump up the generation version.
Fixes: 9c4829473a ("broadcom/cle: remove v33 and v41 from xml definition")
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39577>
This commit is contained in:
parent
e8fc50ef46
commit
5a85b3d9f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<vcxml gen="3.3" min_ver="42" max_ver="71">
|
||||
<vcxml gen="4.2" min_ver="42" max_ver="71">
|
||||
|
||||
<enum name="Compare Function" prefix="V3D_COMPARE_FUNC">
|
||||
<value name="NEVER" value="0"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue