diff options
author | Brian Paul <[email protected]> | 2001-05-24 14:47:56 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-05-24 14:47:56 +0000 |
commit | 9228e17bb5bf219269daeed5cbfdd912c118e926 (patch) | |
tree | 39d2a6fc98674e727e44ac98f1941531ff848710 /src/mesa/main/extensions.c | |
parent | 55ed11bac511bb9ba80c1e2d2115d91e32621be4 (diff) |
Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers.
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 8faeb090963..1d14a82288d 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -1,4 +1,4 @@ -/* $Id: extensions.c,v 1.59 2001/05/21 16:41:03 brianp Exp $ */ +/* $Id: extensions.c,v 1.60 2001/05/24 14:47:56 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -106,7 +106,7 @@ static struct { { ON, "GL_NV_texgen_reflection", F(NV_texgen_reflection) }, { OFF, "GL_SGI_color_matrix", F(SGI_color_matrix) }, { OFF, "GL_SGI_color_table", F(SGI_color_table) }, - /*{ OFF, "GL_SGIS_generate_mipmap", F(SGIS_generate_mipmap) },*/ + { OFF, "GL_SGIS_generate_mipmap", F(SGIS_generate_mipmap) }, { OFF, "GL_SGIS_pixel_texture", F(SGIS_pixel_texture) }, { OFF, "GL_SGIS_texture_border_clamp", F(ARB_texture_border_clamp) }, { OFF, "GL_SGIS_texture_edge_clamp", F(SGIS_texture_edge_clamp) }, |