mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
radv: bump reported version to 1.1.90
After going through the spec changelog, it looks like RADV is up to date. Note that ANV also reports 1.1.90. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
f856f50194
commit
2ac6d55f38
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import xml.etree.cElementTree as et
|
|||
|
||||
from mako.template import Template
|
||||
|
||||
MAX_API_VERSION = '1.1.70'
|
||||
MAX_API_VERSION = '1.1.90'
|
||||
|
||||
class Extension:
|
||||
def __init__(self, name, ext_version, enable):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue