From c93105eb9e2499efb237fd89dba0cebd48f18375 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 27 Jan 2004 18:52:40 +0000 Subject: Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. The internal driver interface was also changed to use BlendEquationSeparate instead of BlendEquation. --- src/mesa/main/blend.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/main/blend.h') diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h index ae96bd46b6..d6c03d903f 100644 --- a/src/mesa/main/blend.h +++ b/src/mesa/main/blend.h @@ -49,6 +49,10 @@ extern void GLAPIENTRY _mesa_BlendEquation( GLenum mode ); +extern void GLAPIENTRY +_mesa_BlendEquationSeparateEXT( GLenum modeRGB, GLenum modeA ); + + extern void GLAPIENTRY _mesa_BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); -- cgit v1.2.3