Mesa (master): mesa: plug in GL_ARB_draw_buffers_blend functions

Brian Paul brianp at kemper.freedesktop.org
Sun Jan 16 01:43:45 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jan 11 20:56:01 2011 -0700

mesa: plug in GL_ARB_draw_buffers_blend functions

---

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

diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c
index 2f88946..546cdd6 100644
--- a/src/mesa/main/api_exec.c
+++ b/src/mesa/main/api_exec.c
@@ -714,6 +714,12 @@ _mesa_create_exec_table(void)
    /* GL_ARB_instanced_arrays */
    SET_VertexAttribDivisorARB(exec, _mesa_VertexAttribDivisor);
 
+   /* GL_ARB_draw_buffer_blend */
+   SET_BlendFunciARB(exec, _mesa_BlendFunci);
+   SET_BlendFuncSeparateiARB(exec, _mesa_BlendFuncSeparatei);
+   SET_BlendEquationiARB(exec, _mesa_BlendEquationi);
+   SET_BlendEquationSeparateiARB(exec, _mesa_BlendEquationSeparatei);
+ 
    return exec;
 }
 




More information about the mesa-commit mailing list