Don't export NV_vertex_program as it's not supported, it confuses
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 4 Sep 2006 18:27:40 +0000 (18:27 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 4 Sep 2006 18:27:40 +0000 (18:27 +0000)
glean, and we no longer need to export it to keep Mesa happy as we did
at one time.

src/mesa/drivers/dri/i965/intel_context.c

index 5b27be1..37e51f3 100644 (file)
@@ -78,7 +78,6 @@ int INTEL_DEBUG = (0);
 #define need_GL_EXT_fog_coord
 #define need_GL_EXT_multi_draw_arrays
 #define need_GL_EXT_secondary_color
-#define need_GL_NV_vertex_program
 #include "extension_helper.h"
 
 #ifndef VERBOSE
@@ -175,8 +174,6 @@ const struct dri_extension card_extensions[] =
     { "GL_MESA_pack_invert",               NULL },
     { "GL_MESA_ycbcr_texture",             NULL },
     { "GL_NV_blend_square",                NULL },
-    { "GL_NV_vertex_program",              GL_NV_vertex_program_functions },
-    { "GL_NV_vertex_program1_1",           NULL },
     { "GL_SGIS_generate_mipmap",           NULL },
     { NULL,                                NULL }
 };