From 776cfde6995d8d3ad77a5ebb30c82651638249df Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Tue, 10 Dec 2019 14:26:07 -0600 Subject: [PATCH] anv: Bump the advertised patch version to 129 We've been keeping up with the spec updates. 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 7ce36ac5309..9cb8f53558d 100644 --- a/src/intel/vulkan/anv_extensions.py +++ b/src/intel/vulkan/anv_extensions.py @@ -45,7 +45,7 @@ class ApiVersion: self.version = version self.enable = _bool_to_c_expr(enable) -API_PATCH_VERSION = 102 +API_PATCH_VERSION = 129 # 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