From: Samuel Pitoiset Date: Tue, 11 Dec 2018 12:53:05 +0000 (+0100) Subject: radv: bump reported version to 1.1.90 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ac6d55f38c1665a16d8d02675df2e3a858a7fec;p=mesa.git 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 Reviewed-by: Bas Nieuwenhuizen --- diff --git a/src/amd/vulkan/radv_extensions.py b/src/amd/vulkan/radv_extensions.py index ecc1fca36c7..ae5e6950f1e 100644 --- a/src/amd/vulkan/radv_extensions.py +++ b/src/amd/vulkan/radv_extensions.py @@ -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):