Missed this commit as part of the addition of
authorIan Romanick <idr@us.ibm.com>
Tue, 27 Jan 2004 21:40:35 +0000 (21:40 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 27 Jan 2004 21:40:35 +0000 (21:40 +0000)
GL_EXT_blend_equation_separate / GL_ATI_blend_equation_separate.

include/GL/gl.h

index 5be9bb4f84a8e17e0373317671f8a6b7deaa5e60..b1cbb0e530c4382cce2ec290bdc54520244b3a9b 100644 (file)
@@ -2212,6 +2212,17 @@ glGetProgramRegisterfvMESA(GLenum target, GLsizei len, const GLubyte *name,
 #endif /* GL_MESA_program_debug */
 
 
+#ifndef GL_ATI_blend_equation_separate
+#define GL_ATI_blend_equation_separate 1
+
+#define GL_ALPHA_BLEND_EQUATION_ATI            0x883D
+
+GLAPI void GLAPIENTRY glBlendEquationSeparateATI( GLenum modeRGB, GLenum modeA );
+typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLenum modeA);
+
+#endif /* GL_ATI_blend_equation_separate */
+
+
 /**********************************************************************
  * Begin system-specific stuff
  */