anv: Bump the advertised patch version to 129
authorJason Ekstrand <jason@jlekstrand.net>
Tue, 10 Dec 2019 20:26:07 +0000 (14:26 -0600)
committerJason Ekstrand <jason@jlekstrand.net>
Wed, 11 Dec 2019 18:52:08 +0000 (18:52 +0000)
We've been keeping up with the spec updates.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_extensions.py

index 7ce36ac5309365e586f46c00eebaccc75ea37d94..9cb8f53558d08358cc2293c184d642ac18f2df54 100644 (file)
@@ -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