Mesa (master): anv: Bump the patch version to 96

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 18 15:41:01 UTC 2018


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

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Mon Dec 17 10:48:47 2018 -0600

anv: Bump the patch version to 96

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 b6269d0047..a0bf412700 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 = 90
+API_PATCH_VERSION = 96
 
 # 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