swrast: Remove support for GL_NV_vertex_program.
It's not supported in any hardware drivers, and doesn't appear to be useful on Linux. Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -663,7 +663,6 @@ static const char *es2_extensions[] = {
|
||||
"GL_EXT_framebuffer_blit",
|
||||
"GL_IBM_multimode_draw_arrays",
|
||||
"GL_MESA_window_pos",
|
||||
"GL_NV_vertex_program",
|
||||
|
||||
/* Required by GLES2 */
|
||||
"GL_ARB_fragment_program",
|
||||
|
@@ -475,8 +475,6 @@ _mesa_enable_sw_extensions(struct gl_context *ctx)
|
||||
ctx->Extensions.NV_texture_env_combine4 = GL_TRUE;
|
||||
ctx->Extensions.NV_texture_rectangle = GL_TRUE;
|
||||
/*ctx->Extensions.NV_texgen_reflection = GL_TRUE;*/
|
||||
ctx->Extensions.NV_vertex_program = GL_TRUE;
|
||||
ctx->Extensions.NV_vertex_program1_1 = GL_TRUE;
|
||||
ctx->Extensions.NV_fragment_program = GL_TRUE;
|
||||
ctx->Extensions.NV_fragment_program_option = GL_TRUE;
|
||||
ctx->Extensions.EXT_gpu_program_parameters = GL_TRUE;
|
||||
|
Reference in New Issue
Block a user