diff options
author | Brian Paul <[email protected]> | 2000-04-17 15:13:53 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-04-17 15:13:53 +0000 |
commit | a5f4cae20a5d47bf5e0f8d1aa35650d16391097d (patch) | |
tree | cdd7d44465c48b79bf2568e23233af05fa3ece13 /src/mesa/main/extensions.c | |
parent | 0c12733fb7a9bff685300346b55c19b4a304d1d0 (diff) |
work on GL_SGI_color_table
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index b2085246f76..bd203e62a33 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -1,4 +1,4 @@ -/* $Id: extensions.c,v 1.23 2000/04/08 18:57:45 brianp Exp $ */ +/* $Id: extensions.c,v 1.24 2000/04/17 15:13:53 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -79,6 +79,7 @@ static struct { int enabled; const char *name; } default_extensions[] = { { ALWAYS_ENABLED, "GL_NV_texgen_reflection" }, { DEFAULT_ON, "GL_PGI_misc_hints" }, { DEFAULT_ON, "GL_SGI_color_matrix" }, + { DEFAULT_ON, "GL_SGI_color_table" }, { DEFAULT_ON, "GL_SGIS_pixel_texture" }, { DEFAULT_ON, "GL_SGIS_texture_edge_clamp" }, { DEFAULT_ON, "GL_SGIX_pixel_texture" } |