summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-09-04 18:27:40 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-09-04 18:27:40 +0000
commitf65ad97469c023f03f30ec27f4cf92ee3edb267f (patch)
treefa4956af01d30a1ab71abf4b7cfd94a97848387f
parentac7ea9403090a437b8a300ed666cfe1d1f862818 (diff)
Don't export NV_vertex_program as it's not supported, it confuses
glean, and we no longer need to export it to keep Mesa happy as we did at one time.
-rw-r--r--src/mesa/drivers/dri/i965/intel_context.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_context.c b/src/mesa/drivers/dri/i965/intel_context.c
index 5b27be16f6..37e51f376d 100644
--- a/src/mesa/drivers/dri/i965/intel_context.c
+++ b/src/mesa/drivers/dri/i965/intel_context.c
@@ -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 }
};