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/APIspec | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'src/mesa/glapi/APIspec') diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec index 4c180fdcbe..8a1e7f5529 100644 --- a/src/mesa/glapi/APIspec +++ b/src/mesa/glapi/APIspec @@ -1,4 +1,4 @@ -# $Id: APIspec,v 1.22 2003/11/24 23:03:29 brianp Exp $ +# $Id: APIspec,v 1.23 2004/01/27 18:52:40 idr Exp $ # This file describes all the OpenGL functions. # We use a number of Python scripts to parse this file and @@ -8567,7 +8567,25 @@ param pname GLenum param params GLuint * category 1.5 +# EXT_blend_equation_separate +name BlendEquationSeparateEXT +return void +param modeRGB GLenum +param modeA GLenum +offset 710 +category GL_EXT_blend_equation_separate + +# ATI_blend_equation_separate + +# This is a guess at the name for this function since there is no formal +# extension spec. +name BlendEquationSeparateATI +alias BlendEquationSeparateEXT +return void +param modeRGB GLenum +param modeA GLenum +category GL_ATI_blend_equation_separate # end of file sentinal -- cgit v1.2.3