diff options
author | Andres Gomez <agomez@igalia.com> | 2019-09-18 12:44:13 +0300 |
---|---|---|
committer | Andres Gomez <agomez@igalia.com> | 2019-09-19 00:03:50 +0300 |
commit | 41b0e0d7e0f2353d337e68e8e439b5dfead880c4 (patch) | |
tree | 7681344088384597d9555dc48aacef31fdece5cd /docs | |
parent | d2db43fcad6a2ea2070ff5f7884411f4b7d3925c (diff) |
docs: Add the maximum implemented Vulkan API version in 19.2 rel notes
Currently, Vulkan 1.1.
Cc: 19.2 <mesa-stable@lists.freedesktop.org>
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/19.2.0.html | 5 |
1 files changed, 5 insertions, 0 deletions
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> |