mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.
This commit is contained in:
parent
e179ab2815
commit
45b12edcbe
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue