Module: Mesa Branch: staging/19.2 Commit: 2ba5d69f72344bfdb8cb3facf973e8167d39ba2b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ba5d69f72344bfdb8cb3facf973e8167d39ba2b
Author: Andres Gomez <[email protected]> Date: Wed Sep 18 12:44:13 2019 +0300 docs: Add the maximum implemented Vulkan API version in 19.2 rel notes Currently, Vulkan 1.1. Cc: 19.2 <[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 41b0e0d7e0f2353d337e68e8e439b5dfead880c4) --- docs/relnotes/19.2.0.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/relnotes/19.2.0.html b/docs/relnotes/19.2.0.html index 5d49d20f012..4903796c33f 100644 --- a/docs/relnotes/19.2.0.html +++ b/docs/relnotes/19.2.0.html @@ -29,6 +29,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.2.0 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
