gallium: Remove #if 0-ed enable of NV_vp. It's going away.
authorEric Anholt <eric@anholt.net>
Tue, 9 Oct 2012 22:11:12 +0000 (15:11 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 15 Oct 2012 18:53:22 +0000 (11:53 -0700)
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/state_tracker/st_extensions.c

index d6cb915e9dcc351c4b3d385b739737f3af686596..08a41c3e2290a94e4502840d09a1d73d68aa43b9 100644 (file)
@@ -524,11 +524,6 @@ void st_init_extensions(struct st_context *st)
    ctx->Extensions.NV_texgen_reflection = GL_TRUE;
    ctx->Extensions.NV_texture_env_combine4 = GL_TRUE;
    ctx->Extensions.NV_texture_rectangle = GL_TRUE;
-#if 0
-   /* possibly could support the following two */
-   ctx->Extensions.NV_vertex_program = GL_TRUE;
-   ctx->Extensions.NV_vertex_program1_1 = GL_TRUE;
-#endif
 
    ctx->Extensions.OES_EGL_image = GL_TRUE;
    if (ctx->API != API_OPENGL)