Mesa (master): anv: Bump the advertised patch version to 129

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 11 21:04:45 UTC 2019


Module: Mesa
Branch: master
Commit: 776cfde6995d8d3ad77a5ebb30c82651638249df
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=776cfde6995d8d3ad77a5ebb30c82651638249df

Author: Jason Ekstrand <jason at jlekstrand.net>
Date:   Tue Dec 10 14:26:07 2019 -0600

anv: Bump the advertised patch version to 129

We've been keeping up with the spec updates.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>

---

 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




More information about the mesa-commit mailing list