set/mesa: enable GL_NV_texture_env_combine4
authorBrian Paul <brianp@vmware.com>
Fri, 12 Jun 2009 16:18:15 +0000 (10:18 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 12 Jun 2009 16:18:15 +0000 (10:18 -0600)
This is handled entirely in core Mesa where the combiner state is converted
into a fragment program.

src/mesa/state_tracker/st_extensions.c

index 8ed1211..bb829b7 100644 (file)
@@ -174,6 +174,7 @@ void st_init_extensions(struct st_context *st)
 
    ctx->Extensions.NV_blend_square = GL_TRUE;
    ctx->Extensions.NV_texgen_reflection = GL_TRUE;
+   ctx->Extensions.NV_texture_env_combine4 = GL_TRUE;
 
    ctx->Extensions.SGI_color_matrix = GL_TRUE;
    ctx->Extensions.SGIS_generate_mipmap = GL_TRUE;