[Mesa-dev] [PATCH 2/2] anv: Bump the advertised patch version to 90
Jason Ekstrand
jason at jlekstrand.net
Mon Oct 29 14:44:32 UTC 2018
---
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 ab9240f9fd8..e9afe06bb13 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
--
2.19.1
More information about the mesa-dev
mailing list