OSDN Git Service

GL_SGI_texture_color_table
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 21 Jan 2003 21:48:29 +0000 (21:48 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 21 Jan 2003 21:48:29 +0000 (21:48 +0000)
docs/RELNOTES-5.1
docs/VERSIONS

index a1ad947..9407ceb 100644 (file)
@@ -22,6 +22,9 @@ GL_ATI_texture_env_combine3 extension
    This adds a few new texture combine modes.
    Contributed by Ian Romanick.
 
+GL_SGI_texture_color_table
+   Adds a color table lookup to the RGBA texture path.
+   Contributed by Eric Plante.
 
 
 Device Driver Status
@@ -52,4 +55,4 @@ driver call the _mesa_enable_1_4_extensions() function.
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-5.1,v 1.2 2003/01/21 15:50:24 brianp Exp $
+$Id: RELNOTES-5.1,v 1.3 2003/01/21 21:48:29 brianp Exp $
index 953485d..7ef09cb 100644 (file)
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.121 2003/01/21 15:50:24 brianp Exp $
+$Id: VERSIONS,v 1.122 2003/01/21 21:48:30 brianp Exp $
 
 
 Mesa Version History
@@ -1085,6 +1085,8 @@ Mesa Version History
 5.1  Month day, 2003
     New:
        - GL_ATI_texture_env_combine3 extension (Ian Romanick)
+       - GL_SGI_texture_color_table extension (Eric Plante)
+       - new X86 feature detection code (Petr Sebor)
     Bug fixes:
        - really enable OpenGL 1.4 features in DOS driver.
        - glAreProgramsResidentNV was slightly incorrect