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') 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') 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') 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