From 4302df8c8e60b79cfba0d16781393041cf79aa43 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 23 Oct 2017 13:07:06 +0100 Subject: [PATCH] docs: add 17.4.0-devel release notes template Signed-off-by: Emil Velikov --- docs/relnotes/17.4.0.html | 64 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 docs/relnotes/17.4.0.html diff --git a/docs/relnotes/17.4.0.html b/docs/relnotes/17.4.0.html new file mode 100644 index 00000000000..e4dd6bf7b70 --- /dev/null +++ b/docs/relnotes/17.4.0.html @@ -0,0 +1,64 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 17.4.0 Release Notes / TBD

+ +

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

+

+Mesa 17.4.0 implements the OpenGL 4.5 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.5. OpenGL +4.5 is only available if requested at context creation +because compatibility contexts are not supported. +

+ + +

SHA256 checksums

+
+TBD.
+
+ + +

New features

+ +

+Note: some of the new features are only available with certain drivers. +

+ +
    +TBD +
+ +

Bug fixes

+ +
    +TBD +
+ +

Changes

+ +
    +TBD +
+ +
+ + -- 2.30.2