Module: Mesa Branch: staging/19.1 Commit: 3d116871d51542aaffdd02bc783dfdd0fde51d5f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d116871d51542aaffdd02bc783dfdd0fde51d5f
Author: Andres Gomez <[email protected]> Date: Wed Sep 18 12:42:13 2019 +0300 docs: Add the maximum implemented Vulkan API version in 19.1 rel notes Currently, Vulkan 1.1. Cc: 19.1 <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> (cherry picked from commit d2db43fcad6a2ea2070ff5f7884411f4b7d3925c) --- docs/relnotes/19.1.7.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/relnotes/19.1.7.html b/docs/relnotes/19.1.7.html index e91ae6febdc..8b21ae85e3c 100644 --- a/docs/relnotes/19.1.7.html +++ b/docs/relnotes/19.1.7.html @@ -27,6 +27,11 @@ Some drivers don't support all the features required in OpenGL 4.5. OpenGL 4.5 is <strong>only</strong> available if requested at context creation. Compatibility contexts may report a lower version depending on each driver. </p> +<p> +Mesa 19.1.7 implements the Vulkan 1.1 API, but the version reported by +the apiVersion property of the VkPhysicalDeviceProperties struct +depends on the particular driver being used. +</p> <h2>SHA256 checksums</h2> <pre> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
