From 664b7303c2e8ae2c6c5a44d5b30254ddab4eb266 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 12 Nov 2009 23:17:14 -0700 Subject: docs: fixes, changes for Mesa 7.7 --- docs/relnotes-7.7.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/relnotes-7.7.html') diff --git a/docs/relnotes-7.7.html b/docs/relnotes-7.7.html index 856b8fae3d..e640de2941 100644 --- a/docs/relnotes-7.7.html +++ b/docs/relnotes-7.7.html @@ -44,11 +44,14 @@ tbd

Bug fixes

Changes

-- cgit v1.2.3 From 0f060250fc95e63e00ebf9eeb603eed470693221 Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Mon, 16 Nov 2009 10:46:20 -0800 Subject: docs: Update r300g status. --- docs/relnotes-7.7.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/relnotes-7.7.html') diff --git a/docs/relnotes-7.7.html b/docs/relnotes-7.7.html index e640de2941..7ab278bd08 100644 --- a/docs/relnotes-7.7.html +++ b/docs/relnotes-7.7.html @@ -45,6 +45,7 @@ tbd

Bug fixes

-- cgit v1.2.3 From 63bc736f90e044bdd681d56300e8342582c5a93a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 17 Nov 2009 11:23:03 -0700 Subject: docs: list the new VMware SVGA Gallium driver in release notes --- docs/relnotes-7.7.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/relnotes-7.7.html') diff --git a/docs/relnotes-7.7.html b/docs/relnotes-7.7.html index 7ab278bd08..8c8f763b6f 100644 --- a/docs/relnotes-7.7.html +++ b/docs/relnotes-7.7.html @@ -34,6 +34,9 @@ tbd

New features

    +
  • VMware "SVGA" Gallium driver. This is a Gallium3D driver which targets the + VMware virtual graphics device. It allows Linux OpenGL guest applications + to utilize the 3D graphics hardware of the host operating system.
  • GL_ARB_draw_elements_base_vertex (supported in Intel i965 and software drivers)
  • GL_ARB_depth_clamp (supported in Intel i965 DRI and software drivers)
  • GL_NV_depth_clamp (supported in Intel i965 DRI and software drivers)
  • -- cgit v1.2.3