From: Jason Ekstrand Date: Tue, 10 Dec 2019 20:26:07 +0000 (-0600) Subject: anv: Bump the advertised patch version to 129 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=776cfde6995d8d3ad77a5ebb30c82651638249df;p=mesa.git anv: Bump the advertised patch version to 129 We've been keeping up with the spec updates. Reviewed-by: Lionel Landwerlin --- 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