[xserver-commit] xserver ChangeLog,3.74.2.8,3.74.2.9

Eric Anholt xserver-commit@pdx.freedesktop.org
Sun, 28 Dec 2003 21:11:25 -0800


Committed by: anholt

Update of /cvs/xserver/xserver
In directory pdx:/home/anholt/xserver-dri

Modified Files:
      Tag: dri-0-1-branch
	ChangeLog 
Log Message:
- Disable libdrm verbosity.  It isn't important enough yet to make
  a run-time flag for it.
- Fix the (void)atic; tricks to quiet unused variable warnings in
  ATI template files.  Mixing statements and variable defines works
  in newer compilers, but not pdx's.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.74.2.8
retrieving revision 3.74.2.9
diff -u -d -r3.74.2.8 -r3.74.2.9
--- ChangeLog	29 Dec 2003 01:00:05 -0000	3.74.2.8
+++ ChangeLog	29 Dec 2003 05:10:52 -0000	3.74.2.9
@@ -1,5 +1,16 @@
 2003-12-28  Eric Anholt  <anholt@FreeBSD.org>
 
+	* drm/libdrm.c: (drmMsg):
+	* hw/kdrive/ati/ati_drawtmp.h:
+	* hw/kdrive/ati/r128_blendtmp.h:
+	- Disable libdrm verbosity.  It isn't important enough yet to make
+	  a run-time flag for it.
+	- Fix the (void)atic; tricks to quiet unused variable warnings in
+	  ATI template files.  Mixing statements and variable defines works
+	  in newer compilers, but not pdx's.
+
+2003-12-28  Eric Anholt  <anholt@FreeBSD.org>
+
 	* hw/kdrive/src/kaapict.c: (kaaCompositeFallbackPictDesc),
 	(kaaPrintCompositeFallback), (kaaGetPixelFromRGBA),
 	(kaaGetRGBAFromPixel), (kaaComposite):