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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 30 16:44:19 UTC 2018


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

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Mon Sep 10 12:10:17 2018 -0500

anv: Bump the advertised patch version to 90

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 ab9240f9fd..e9afe06bb1 100644
--- a/src/intel/vulkan/anv_extensions.py
+++ b/src/intel/vulkan/anv_extensions.py
@@ -47,7 +47,7 @@ class ApiVersion:
         self.version = version
         self.enable = _bool_to_c_expr(enable)
 
-API_PATCH_VERSION = 80
+API_PATCH_VERSION = 90
 
 # 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