[xserver-commit] xserver/hw/kdrive/ati ati_draw.h,1.4,1.5

Eric Anholt xserver-commit@pdx.freedesktop.org
Sat, 24 Jan 2004 17:16:21 -0800


Committed by: anholt

Update of /cvs/xserver/xserver/hw/kdrive/ati
In directory pdx:/home/anholt/xserver/hw/kdrive/ati

Modified Files:
	ati_draw.h 
Log Message:
Oops, turn fallback output back off.


Index: ati_draw.h
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati_draw.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ati_draw.h	9 Jan 2004 08:43:48 -0000	1.4
+++ ati_draw.h	25 Jan 2004 01:16:19 -0000	1.5
@@ -84,7 +84,7 @@
 void
 ATIWaitIdle(void);
 
-#if 1
+#if 0
 #define ATI_FALLBACK(x)		\
 do {				\
 	ErrorF x;		\