From 4f4854a4af069f7b2369a2d497c65e837b7cd046 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 1 Dec 2004 08:47:35 +0000 Subject: Make the transition to script-genereated GLX code easier. Convert GL 1.4 function names to EXT_blend_func_separate names. --- src/glx/x11/indirect.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/glx/x11/indirect.h') diff --git a/src/glx/x11/indirect.h b/src/glx/x11/indirect.h index 8b5db1b421..a313ecf959 100644 --- a/src/glx/x11/indirect.h +++ b/src/glx/x11/indirect.h @@ -326,7 +326,9 @@ glxproto_2s(EvalPoint2, X_GLrop_EvalPoint2, GLint) glxproto_enum1_1s(AlphaFunc, X_GLrop_AlphaFunc, GLclampf) glxproto_2s(BlendFunc, X_GLrop_BlendFunc, GLenum) -glxproto_4s(BlendFuncSeparate, X_GLrop_BlendFuncSeparate, GLenum) + +#define X_GLrop_BlendFuncSeparateEXT 4134 +glxproto_4s(BlendFuncSeparateEXT, X_GLrop_BlendFuncSeparateEXT, GLenum) glxproto_1s(LogicOp, X_GLrop_LogicOp, GLenum) -- cgit v1.2.3