diff options
author | Jason Ekstrand <[email protected]> | 2018-07-08 21:40:14 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-07-09 10:11:53 -0700 |
commit | 6c746e8fea1507ee3944bd926bfeef049886bd0c (patch) | |
tree | 675e89dac22f401ce8e5893673676a131ad09601 /src | |
parent | d257ec01360be05a745bbb851f08e944bcb23718 (diff) |
anv: Bump the advertised patch version to 80
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src')
-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 0f99f58ecb1..3dd217f333c 100644 --- a/src/intel/vulkan/anv_extensions.py +++ b/src/intel/vulkan/anv_extensions.py @@ -48,7 +48,7 @@ class ApiVersion: self.version = version self.enable = _bool_to_c_expr(enable) -API_PATCH_VERSION = 76 +API_PATCH_VERSION = 80 # 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 |