Mesa (master): anv: update supported patch version

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Mar 5 10:40:24 UTC 2019


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

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Mon Mar  4 17:36:10 2019 +0000

anv: update supported patch version

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Tapani Pälli <tapani.palli 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 35bd1ba82a7..f8b736ed533 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 = 96
+API_PATCH_VERSION = 102
 
 # 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