diff options
author | Eric Engestrom <[email protected]> | 2020-03-06 20:22:28 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-07 00:57:15 +0000 |
commit | 5ff443b8aa9650f907bd9b5524bab21febe42ec9 (patch) | |
tree | 7f193e2620157638d58a58644ebc2ee75d4ee905 | |
parent | 2557d614d36da58ceedfdbb021b8d1f566f7d0e9 (diff) |
docs/relnotes/19.3: fix vulkan version reported
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4092>
-rw-r--r-- | docs/relnotes/19.3.0.html | 2 | ||||
-rw-r--r-- | docs/relnotes/19.3.1.html | 2 | ||||
-rw-r--r-- | docs/relnotes/19.3.2.html | 2 | ||||
-rw-r--r-- | docs/relnotes/19.3.3.html | 2 | ||||
-rw-r--r-- | docs/relnotes/19.3.4.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/relnotes/19.3.0.html b/docs/relnotes/19.3.0.html index 92d99f0cd96..fbf0cb19e22 100644 --- a/docs/relnotes/19.3.0.html +++ b/docs/relnotes/19.3.0.html @@ -31,7 +31,7 @@ Some drivers don't support all the features required in OpenGL 4.6. OpenGL Compatibility contexts may report a lower version depending on each driver. </p> <p> -Mesa 19.3.0 implements the Vulkan 1.1 API, but the version reported by +Mesa 19.3.0 implements the Vulkan 1.2 API, but the version reported by the apiVersion property of the VkPhysicalDeviceProperties struct depends on the particular driver being used. </p> diff --git a/docs/relnotes/19.3.1.html b/docs/relnotes/19.3.1.html index 818cc41a859..80bdf8e3293 100644 --- a/docs/relnotes/19.3.1.html +++ b/docs/relnotes/19.3.1.html @@ -29,7 +29,7 @@ Some drivers don't support all the features required in OpenGL 4.6. OpenGL Compatibility contexts may report a lower version depending on each driver. </p> <p> -Mesa 19.3.1 implements the Vulkan 1.1 API, but the version reported by +Mesa 19.3.1 implements the Vulkan 1.2 API, but the version reported by the apiVersion property of the VkPhysicalDeviceProperties struct depends on the particular driver being used. </p> diff --git a/docs/relnotes/19.3.2.html b/docs/relnotes/19.3.2.html index 23f2ea030f7..17b9431015a 100644 --- a/docs/relnotes/19.3.2.html +++ b/docs/relnotes/19.3.2.html @@ -29,7 +29,7 @@ Some drivers don't support all the features required in OpenGL 4.6. OpenGL Compatibility contexts may report a lower version depending on each driver. </p> <p> -Mesa 19.3.2 implements the Vulkan 1.1 API, but the version reported by +Mesa 19.3.2 implements the Vulkan 1.2 API, but the version reported by the apiVersion property of the VkPhysicalDeviceProperties struct depends on the particular driver being used. </p> diff --git a/docs/relnotes/19.3.3.html b/docs/relnotes/19.3.3.html index 01d2154a377..1024e79be2e 100644 --- a/docs/relnotes/19.3.3.html +++ b/docs/relnotes/19.3.3.html @@ -29,7 +29,7 @@ Some drivers don't support all the features required in OpenGL 4.6. OpenGL Compatibility contexts may report a lower version depending on each driver. </p> <p> -Mesa 19.3.3 implements the Vulkan 1.1 API, but the version reported by +Mesa 19.3.3 implements the Vulkan 1.2 API, but the version reported by the apiVersion property of the VkPhysicalDeviceProperties struct depends on the particular driver being used. </p> diff --git a/docs/relnotes/19.3.4.html b/docs/relnotes/19.3.4.html index 43b27b5d076..9d9986ec771 100644 --- a/docs/relnotes/19.3.4.html +++ b/docs/relnotes/19.3.4.html @@ -29,7 +29,7 @@ Some drivers don't support all the features required in OpenGL 4.6. OpenGL Compatibility contexts may report a lower version depending on each driver. </p> <p> -Mesa 19.3.4 implements the Vulkan 1.1 API, but the version reported by +Mesa 19.3.4 implements the Vulkan 1.2 API, but the version reported by the apiVersion property of the VkPhysicalDeviceProperties struct depends on the particular driver being used. </p> |