Module: Mesa Branch: master Commit: 6c746e8fea1507ee3944bd926bfeef049886bd0c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c746e8fea1507ee3944bd926bfeef049886bd0c
Author: Jason Ekstrand <[email protected]> Date: Sun Jul 8 21:40:14 2018 -0700 anv: Bump the advertised patch version to 80 Reviewed-by: Lionel Landwerlin <[email protected]> --- 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 0f99f58ecb..3dd217f333 100644 --- a/src/intel/vulkan/anv_extensions.py +++ b/src/intel/vulkan/anv_extensions.py @@ -48,7 +48,7 @@ class ApiVersion: self.version = version self.enable = _bool_to_c_expr(enable) -API_PATCH_VERSION = 76 +API_PATCH_VERSION = 80 # 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
