From 6c746e8fea1507ee3944bd926bfeef049886bd0c Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Sun, 8 Jul 2018 21:40:14 -0700 Subject: [PATCH] anv: Bump the advertised patch version to 80 Reviewed-by: Lionel Landwerlin --- src/intel/vulkan/anv_extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2