Mesa (master): Ensure GL_EXT_blend_equation_separate is enabled when 2. 0 is enabled.

Alan Hourihane alanh at kemper.freedesktop.org
Thu Aug 6 14:56:28 UTC 2009


Module: Mesa
Branch: master
Commit: 45b12edcbe2c112a87993f810f832a9141085b17
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=45b12edcbe2c112a87993f810f832a9141085b17

Author: Alan Hourihane <alanh at jetpack.(none)>
Date:   Thu Aug  6 15:54:49 2009 +0100

Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.

---

 src/mesa/main/extensions.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index c60b58a..6f683d2 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -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;




More information about the mesa-commit mailing list