From d4f237dccefaee1a1f940d40650b968a84bc394f Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 9 Jan 2020 10:10:46 -0800 Subject: [PATCH] docs: Add release notes for 19.3.2 --- docs/relnotes/19.3.2.html | 138 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 docs/relnotes/19.3.2.html diff --git a/docs/relnotes/19.3.2.html b/docs/relnotes/19.3.2.html new file mode 100644 index 00000000000..e7754272a83 --- /dev/null +++ b/docs/relnotes/19.3.2.html @@ -0,0 +1,138 @@ + + + + + +Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 19.3.2 Release Notes / 2020-01-09

+ +

+ Mesa 19.3.2 is a bug fix release which fixes bugs found since the 19.3.1 release. +

+

+Mesa 19.3.2 implements the OpenGL 4.6 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 4.6. OpenGL +4.6 is only available if requested at context creation. +Compatibility contexts may report a lower version depending on each driver. +

+

+Mesa 19.3.2 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. +

+ +

SHA256 checksum

+
+TBD.
+
+ + +

New features

+ + + +

Bug fixes

+ + + +

Changes

+ + + +
+ + -- 2.30.2