diff options
author | Brian Paul <brianp@vmware.com> | 2009-01-23 17:32:59 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-01-23 17:32:59 -0700 |
commit | 96ee3db6f76f25f8dcf36b365f6be93341d90472 (patch) | |
tree | 4881c92ea07a96af439ef36f61a3eb5c3580cc4c /src/mesa | |
parent | d4757cd02aeebe1a3072f35b5134ad5e278e3a6f (diff) |
intel: enable GL_NV_texture_env_combine4 extension
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c index a68e217647..f733afb291 100644 --- a/src/mesa/drivers/dri/intel/intel_context.c +++ b/src/mesa/drivers/dri/intel/intel_context.c @@ -388,6 +388,7 @@ static const struct dri_extension card_extensions[] = { { "GL_MESA_ycbcr_texture", NULL }, { "GL_NV_blend_square", NULL }, { "GL_NV_point_sprite", GL_NV_point_sprite_functions }, + { "GL_NV_texture_env_combine4", NULL }, { "GL_NV_vertex_program", GL_NV_vertex_program_functions }, { "GL_NV_vertex_program1_1", NULL }, { "GL_SGIS_generate_mipmap", NULL }, |