diff options
author | Samuel Pitoiset <[email protected]> | 2018-12-11 13:53:05 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2018-12-12 13:51:16 +0100 |
commit | 2ac6d55f38c1665a16d8d02675df2e3a858a7fec (patch) | |
tree | 8df1a7b2f84e7b1f5b6fe6a2de6b78373bd1a198 /src/amd | |
parent | f856f5019418909d6d6cf8122c23551af165788e (diff) |
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 <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd')
-rw-r--r-- | src/amd/vulkan/radv_extensions.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |