mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
intel/genxml: Fix gen_sort_tags.py to handle mbz/mbo
mbz and mbo are base types and not a structure to find as a dependency. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23684>
This commit is contained in:
parent
12f93d06e9
commit
4affaced9d
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ BASE_TYPES = {
|
|||
'uint',
|
||||
'bool',
|
||||
'float',
|
||||
'mbz',
|
||||
'mbo',
|
||||
}
|
||||
|
||||
FIXED_PATTERN = re.compile(r"(s|u)(\d+)\.(\d+)")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue