Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.

This commit is contained in:
Alan Hourihane 2009-08-06 15:54:49 +01:00
parent e179ab2815
commit 45b12edcbe
1 changed files with 1 additions and 0 deletions

View File

@ -413,6 +413,7 @@ _mesa_enable_2_0_extensions(GLcontext *ctx)
ctx->Extensions.ARB_fragment_shader = GL_TRUE;
#endif
ctx->Extensions.ARB_point_sprite = GL_TRUE;
ctx->Extensions.EXT_blend_equation_separate = GL_TRUE;
ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE;
#if FEATURE_ARB_shader_objects
ctx->Extensions.ARB_shader_objects = GL_TRUE;