From 2ab4c2bc22f67b8f2bffa4e7db3ab8f96f709891 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 12 Dec 2019 11:21:43 -0800 Subject: [PATCH] docs: add release notes for 19.3.0 --- docs/relnotes/19.3.0.html | 3138 +++++++++++++++++++++++++++++++++++++ 1 file changed, 3138 insertions(+) create mode 100644 docs/relnotes/19.3.0.html diff --git a/docs/relnotes/19.3.0.html b/docs/relnotes/19.3.0.html new file mode 100644 index 00000000000..ab808e619bb --- /dev/null +++ b/docs/relnotes/19.3.0.html @@ -0,0 +1,3138 @@ + + + + + +Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 19.3.0 Release Notes / 2019-12-12

+ +

+ Mesa 19.3.0 is a new development release. People who are concerned + with stability and reliability should stick with a previous release or + wait for Mesa 19.3.1. +

+

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

+ +

SHA256 checksum

+
+TBD.
+
+ + +

New features

+ + + +

Bug fixes

+ + + +

Changes

+ + + +
+ + -- 2.30.2