Mesa (staging/19.2): docs: Add the maximum implemented Vulkan API version in 19.2 rel notes

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 23 18:32:12 UTC 2019


Module: Mesa
Branch: staging/19.2
Commit: 75836b70c753cb6bd6f32590dd048e843aaeaea1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=75836b70c753cb6bd6f32590dd048e843aaeaea1

Author: Andres Gomez <agomez at igalia.com>
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 <mesa-stable at lists.freedesktop.org>
Signed-off-by: Andres Gomez <agomez at igalia.com>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
(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>




More information about the mesa-commit mailing list