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/glapi/glprocs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/glapi/glprocs.h') diff --git a/src/mesa/glapi/glprocs.h b/src/mesa/glapi/glprocs.h index 1a48b4f29a..5441093de6 100644 --- a/src/mesa/glapi/glprocs.h +++ b/src/mesa/glapi/glprocs.h @@ -919,5 +919,7 @@ static struct name_address_offset static_functions[] = { { "glGetQueryiv", (GLvoid *) glGetQueryiv, _gloffset_GetQueryivARB }, { "glGetQueryObjectiv", (GLvoid *) glGetQueryObjectiv, _gloffset_GetQueryObjectivARB }, { "glGetQueryObjectuiv", (GLvoid *) glGetQueryObjectuiv, _gloffset_GetQueryObjectuivARB }, + { "glBlendEquationSeparateEXT", (GLvoid *) glBlendEquationSeparateEXT, _gloffset_BlendEquationSeparateEXT }, + { "glBlendEquationSeparateATI", (GLvoid *) glBlendEquationSeparateATI, _gloffset_BlendEquationSeparateEXT }, { NULL, NULL } /* end of list marker */ }; -- cgit v1.2.3