From 280933f793d45a5d6a72d56c422ca045abbdb1c2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 11 Sep 2009 13:43:51 -0600 Subject: docs: mention the new Gallium llvmpipe driver --- docs/relnotes-7.6.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index 8a476378e8..9cd3417e7e 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -57,6 +57,10 @@ This was written by Zack Rusin at Tungsten Graphics. GL_ARB_fragment_program.
  • Added configure --with-max-width=W, --with-max-height=H options to specify max framebuffer, viewport size. +
  • Initial version of Gallium llvmpipe driver. This is a new driver based + on LLVM which makes exensive use of run-time code generation. This is + an "alpha" stage driver. See the src/gallium/drivers/llvmpipe/README + file for more information. -- cgit v1.2.3 From 3129b2403e8430304c054611eebe709ed8b2ed97 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 14 Sep 2009 17:27:47 -0600 Subject: docs: document linker/preprocessor bug fix --- docs/relnotes-7.5.2.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html index 32100142c0..ecdab29d5f 100644 --- a/docs/relnotes-7.5.2.html +++ b/docs/relnotes-7.5.2.html @@ -45,6 +45,8 @@ tbd
    • Assorted bug fixes for i965/i945 drivers
    • Fixed Gallium glDrawPixels(GL_STENCIL_INDEX) failure. +
    • Fixed GLSL linker/preprocessor version directive issue seen in Wine + (such as bug 23946)
    -- cgit v1.2.3 From 3ad108b77fbab2aa2cfda53f71ff9c6794842876 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 15 Sep 2009 14:38:52 -0600 Subject: docs: document glUseProgram display list fix --- docs/relnotes-7.5.2.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html index ecdab29d5f..df0d8e307d 100644 --- a/docs/relnotes-7.5.2.html +++ b/docs/relnotes-7.5.2.html @@ -47,6 +47,7 @@ tbd
  • Fixed Gallium glDrawPixels(GL_STENCIL_INDEX) failure.
  • Fixed GLSL linker/preprocessor version directive issue seen in Wine (such as bug 23946) +
  • glUseProgram() is now compiled into display lists (bug 23746). -- cgit v1.2.3 From d9ddbc3f4762d05ef2c4e651f3164ead92e85cd5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 15 Sep 2009 15:12:29 -0600 Subject: docs: glUniform functions are now compiled into display lists --- docs/relnotes-7.5.2.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/relnotes-7.5.2.html b/docs/relnotes-7.5.2.html index df0d8e307d..b638c0517d 100644 --- a/docs/relnotes-7.5.2.html +++ b/docs/relnotes-7.5.2.html @@ -48,6 +48,7 @@ tbd
  • Fixed GLSL linker/preprocessor version directive issue seen in Wine (such as bug 23946)
  • glUseProgram() is now compiled into display lists (bug 23746). +
  • glUniform functions are now compiled into display lists -- cgit v1.2.3 From f9574e05c22a643499d3c589d681fd0e1faef1a5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 15 Sep 2009 16:01:33 -0600 Subject: docs: GL_ARB_provoking_vertex --- docs/relnotes-7.7.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/relnotes-7.7.html b/docs/relnotes-7.7.html index 755e8ac520..ca6ec55b60 100644 --- a/docs/relnotes-7.7.html +++ b/docs/relnotes-7.7.html @@ -37,6 +37,7 @@ tbd
  • 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)
  • +
  • GL_ARB_provoking_vertex (same as GL_EXT_provoking_vertex)
  • -- cgit v1.2.3