From f9708e45ac819a0c589e14ea81e635fbbc8033f8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 13 Mar 2002 04:33:16 +0000 Subject: initial work for NV_vertex_program1_1 extension --- src/mesa/main/extensions.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/extensions.c') diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 8054360fd2..9f0542395c 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -1,4 +1,4 @@ -/* $Id: extensions.c,v 1.69 2002/02/15 16:32:06 brianp Exp $ */ +/* $Id: extensions.c,v 1.70 2002/03/13 04:33:16 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -113,6 +113,7 @@ static struct { { OFF, "GL_NV_blend_square", F(NV_blend_square) }, { ON, "GL_NV_texgen_reflection", F(NV_texgen_reflection) }, { OFF, "GL_NV_vertex_program", F(NV_vertex_program) }, + { OFF, "GL_NV_vertex_program1_1", F(NV_vertex_program1_1) }, { 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) }, @@ -172,6 +173,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx) "GL_NV_blend_square", "GL_NV_texgen_reflection", "GL_NV_vertex_program", + "GL_NV_vertex_program1_1", "GL_SGI_color_matrix", "GL_SGI_color_table", "GL_SGIS_generate_mipmap", -- cgit v1.2.3