Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.
This commit is contained in:
@@ -413,6 +413,7 @@ _mesa_enable_2_0_extensions(GLcontext *ctx)
|
|||||||
ctx->Extensions.ARB_fragment_shader = GL_TRUE;
|
ctx->Extensions.ARB_fragment_shader = GL_TRUE;
|
||||||
#endif
|
#endif
|
||||||
ctx->Extensions.ARB_point_sprite = GL_TRUE;
|
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;
|
ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE;
|
||||||
#if FEATURE_ARB_shader_objects
|
#if FEATURE_ARB_shader_objects
|
||||||
ctx->Extensions.ARB_shader_objects = GL_TRUE;
|
ctx->Extensions.ARB_shader_objects = GL_TRUE;
|
||||||
|
Reference in New Issue
Block a user