xserver/hw/kdrive/ati ChangeLog,1.2,1.3 ati_dri.c,1.16,1.17

Eric Anholt <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Thu, 9 Jun 2005 16:22:56 -0700 (PDT)
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
Committed by: anholt

Update of /cvs/xserver/xserver/hw/kdrive/ati
In directory gabe:/tmp/cvs-serv11124/hw/kdrive/ati

Modified Files:
	ChangeLog ati_dri.c 
Log Message:
Perform a warnings sweep on hw/kdrive.  A number of these were my fault,
but some come from others.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog	9 Jun 2005 10:44:44 -0000	1.2
+++ ChangeLog	9 Jun 2005 23:22:53 -0000	1.3
@@ -1,5 +1,11 @@
 2005-06-09  Eric Anholt  <[email protected]>
 
+	* ati_dri.c:
+	Perform a warnings sweep on hw/kdrive.  A number of these were my fault,
+	but some come from others.
+
+2005-06-09  Eric Anholt  <[email protected]>
+
 	* ati.c:
 	* ati.h:
 	* ati_draw.c: (ATIWaitMarker), (ATIGetOffsetPitch),

Index: ati_dri.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati_dri.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ati_dri.c	9 Jun 2005 10:44:44 -0000	1.16
+++ ati_dri.c	9 Jun 2005 23:22:53 -0000	1.17
@@ -28,6 +28,7 @@
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
+
 #include "ati.h"
 #include "ati_reg.h"
 #include "ati_dma.h"
@@ -38,6 +39,7 @@
 #include "ati_draw.h"
 #include "r128_common.h"
 #include "radeon_common.h"
+#include "kaa.h"
 
 /* ?? HACK - for now, put this here... */
 /* ?? Alpha - this may need to be a variable to handle UP1x00 vs TITAN */