mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 11:20:49 +02:00
panfrost: Strip % in GenXML names
A new Valhall enum will represent percentages, so allow that. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14935>
This commit is contained in:
parent
e514f4c0b1
commit
62173fa532
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ def to_alphanum(name):
|
|||
'>': '',
|
||||
'#': '',
|
||||
'&': '',
|
||||
'%': '',
|
||||
'*': '',
|
||||
'"': '',
|
||||
'+': '',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue