xserver/include/GL glxproto.h,1.15,1.16

David Reveman <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Fri, 10 Jun 2005 05:30:41 -0700 (PDT)
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
Committed by: davidr

Update of /cvs/xserver/xserver/include/GL
In directory gabe:/tmp/cvs-serv14008/include/GL

Modified Files:
	glxproto.h 
Log Message:
New implementation of GLX_MESA_render_texture

Index: glxproto.h
===================================================================
RCS file: /cvs/xserver/xserver/include/GL/glxproto.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- glxproto.h	7 Jun 2005 09:10:33 -0000	1.15
+++ glxproto.h	10 Jun 2005 12:30:39 -0000	1.16
@@ -2159,6 +2159,8 @@
 #define X_GLXvop_QueryHyperpipeConfigSGIX       65551
 #define X_GLXvop_HyperpipeConfigSGIX            65552
 #define X_GLXvop_DestroyHyperpipeConfigSGIX     65553
+#define X_GLXvop_BindTexImageMESA               5152
+#define X_GLXvop_ReleaseTexImageMESA            5153
 
 
 /* ARB extension opcodes */
@@ -2286,10 +2288,4 @@
 /* 299. GL_EXT_blend_equation_separate */
 #define X_GLrop_BlendEquationSeparateEXT    4228
 
-/* ???. GL_MESA_render_texture */
-#define X_GLXvop_BindTexImageMESA           15
-#define X_GLXvop_ReleaseTexImageMESA        16
-#define X_GLXvop_QueryDrawableMESA          17
-
-
 #endif /* _GLX_glxproto_h_ */