From 7ca04273387fb1af1b67d1359f2b0da4874a0e4c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 1 May 2009 09:24:19 -0600 Subject: docs: initial 7.6 release notes page --- docs/relnotes-7.6.html | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 docs/relnotes-7.6.html (limited to 'docs/relnotes-7.6.html') diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html new file mode 100644 index 0000000000..77ce013d43 --- /dev/null +++ b/docs/relnotes-7.6.html @@ -0,0 +1,61 @@ + + +Mesa Release Notes + + + + + + + +

Mesa 7.6 Release Notes / date TBD

+ +

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

+

+Mesa 7.6 implements the OpenGL 2.1 API, but the version reported by +glGetString(GL_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 2.1. +

+

+See the Compiling/Installing page for prerequisites +for DRI hardware acceleration. +

+

+Note that the Mesa project is no longer using odd/even version numbers +to indicate development/stable releases. +The so-called development releases have been fairly stable. +If you're especially concerned with stability you should probably look for +"point" releases such as 7.5.1 which will be a bug-fix release. +

+ + +

MD5 checksums

+
+tbd
+
+ + +

New features

+ + + +

Bug fixes

+ + + +

Changes

+ + + + -- cgit v1.2.3 From ac5bf63f7408414bf8d7993ad77d92b76830cec6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 13 May 2009 11:24:11 -0600 Subject: docs: GL_APPLE_vertex_array_object for Gallium drivers and Intel DRI drivers --- docs/relnotes-7.6.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/relnotes-7.6.html') diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index 77ce013d43..82c0c2e947 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -43,6 +43,7 @@ tbd -- cgit v1.2.3 From 2e708fa9094a2eb54f7399060183118652ef1825 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 2 Jun 2009 20:33:09 -0600 Subject: docs: added GL_ARB_copy_buffer extension --- docs/relnotes-7.6.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/relnotes-7.6.html') diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index 82c0c2e947..c552b43457 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -44,6 +44,7 @@ tbd
  • OpenVG front-end (state tracker for Gallium). This was written by Zack Rusin at Tungsten Graphics.
  • GL_APPLE_vertex_array_object for Gallium drivers and Intel DRI drivers. +
  • GL_ARB_copy_buffer extension -- cgit v1.2.3 From 8086352fef94c52c4174257e91e5d45b68410fae Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 2 Jun 2009 21:30:22 -0600 Subject: docs: clarify GL_ARB_copy_buffer driver support --- docs/relnotes-7.6.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/relnotes-7.6.html') diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index c552b43457..be8da998a8 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -44,7 +44,7 @@ tbd
  • OpenVG front-end (state tracker for Gallium). This was written by Zack Rusin at Tungsten Graphics.
  • GL_APPLE_vertex_array_object for Gallium drivers and Intel DRI drivers. -
  • GL_ARB_copy_buffer extension +
  • GL_ARB_copy_buffer extension (supported in Gallium and swrast drivers) -- cgit v1.2.3 From 5cd47e0361ed0fc8ddd6c4cee12a274173c9b25b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 2 Jun 2009 21:41:03 -0600 Subject: docs: remove version info carried over from 7.5 --- docs/relnotes-7.6.html | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/relnotes-7.6.html') diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index be8da998a8..f0e15f5024 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -24,13 +24,6 @@ Some drivers don't support all the features required in OpenGL 2.1. See the Compiling/Installing page for prerequisites for DRI hardware acceleration.

    -

    -Note that the Mesa project is no longer using odd/even version numbers -to indicate development/stable releases. -The so-called development releases have been fairly stable. -If you're especially concerned with stability you should probably look for -"point" releases such as 7.5.1 which will be a bug-fix release. -

    MD5 checksums

    -- cgit v1.2.3