diff options
author | Jason Ekstrand <[email protected]> | 2018-09-10 12:10:17 -0500 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-10-30 11:43:43 -0500 |
commit | f48b742289ea72d7d0ec518ed6f76bc885548888 (patch) | |
tree | f1671318b2be735f62d49582b792d73069ad5508 /src/intel | |
parent | 29283921b72fa9386322fc9eb301d00e88b634b6 (diff) |
anv: Bump the advertised patch version to 90
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/vulkan/anv_extensions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_extensions.py b/src/intel/vulkan/anv_extensions.py index ab9240f9fd8..e9afe06bb13 100644 --- a/src/intel/vulkan/anv_extensions.py +++ b/src/intel/vulkan/anv_extensions.py @@ -47,7 +47,7 @@ class ApiVersion: self.version = version self.enable = _bool_to_c_expr(enable) -API_PATCH_VERSION = 80 +API_PATCH_VERSION = 90 # Supported API versions. Each one is the maximum patch version for the given # version. Version come in increasing order and each version is available if |