xserver ChangeLog,3.328,3.329

David Reveman <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Tue, 7 Jun 2005 08:25:04 -0700 (PDT)
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
Committed by: davidr

Update of /cvs/xserver/xserver
In directory gabe:/tmp/cvs-serv26190

Modified Files:
	ChangeLog 
Log Message:
Have all GL calls in the GLX code go through a procedure table and add support for GLX_MESA_render_texture

Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.328
retrieving revision 3.329
diff -u -d -r3.328 -r3.329
--- ChangeLog	7 Jun 2005 09:10:33 -0000	3.328
+++ ChangeLog	7 Jun 2005 15:25:02 -0000	3.329
@@ -1,5 +1,29 @@
 2005-06-07  David Reveman  <[email protected]>
 
+	* GL/glx/g_disptab_EXT.c:
+	* GL/glx/g_disptab_EXT.h:
+	* GL/glx/g_render.c:
+	* GL/glx/g_renderswap.c:
+	* GL/glx/g_single.c:
+	* GL/glx/g_singleswap.c:
+	* GL/glx/glxcmds.c:
+	* GL/glx/glxcmdsswap.c:
+	* GL/glx/glxscreens.c:
+	* GL/glx/glxserver.h:
+	* GL/glx/render2.c:
+	* GL/glx/render2swap.c:
+	* GL/glx/renderpix.c:
+	* GL/glx/renderpixswap.c:
+	* GL/glx/rensizetab.c:
+	* GL/glx/single2.c:
+	* GL/glx/single2swap.c:
+	* GL/glx/singlepix.c:
+	* GL/glx/singlepixswap.c:
+	* GL/glx/singlesize.c:
+	* GL/glx/xfont.c:
+	Made all GL calls go through a procedure table. Add
+	GLX_MESA_render_texture support.
+
 	* include/GL/glxproto.h: Add preliminary vendor op numbers for
 	GLX_MESA_render_texture.