xserver ChangeLog,3.245,3.246

Eric Anholt xserver-commit at pdx.freedesktop.org
Sun Sep 12 16:22:33 PDT 2004


Committed by: anholt

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

Modified Files:
	ChangeLog 
Log Message:
- Fix a segfault on VT switch with DRI.  Still dies due to cursor
  allocation troubles.
- Move the RemoveBlockAndWakeupHandlers to match
  RegisterBlockAndWakeupHandlers.
- Enable R100 trapezoid "acceleration" when DRI is working, so that it
  can be exposed and worked on.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.245
retrieving revision 3.246
diff -u -d -r3.245 -r3.246
--- ChangeLog	12 Sep 2004 22:21:12 -0000	3.245
+++ ChangeLog	12 Sep 2004 23:22:30 -0000	3.246
@@ -1,5 +1,16 @@
 2004-09-12  Eric Anholt  <anholt at FreeBSD.org>
 
+	* hw/kdrive/ati/ati_draw.c: (ATIBlockHandler), (ATIDrawEnable),
+	(ATIDrawDisable), (ATIDrawFini):
+	- Fix a segfault on VT switch with DRI.  Still dies due to cursor
+	  allocation troubles.
+	- Move the RemoveBlockAndWakeupHandlers to match
+	  RegisterBlockAndWakeupHandlers.
+	- Enable R100 trapezoid "acceleration" when DRI is working, so that it
+	  can be exposed and worked on.
+
+2004-09-12  Eric Anholt  <anholt at FreeBSD.org>
+
 	* hw/kdrive/ati/ati_draw.c: (ATIDrawInit), (ATIDrawEnable):
 	Move the RegisterBlockAndWakeupHandlers to before DRI initialization.
 	The change to use that instead of manual wrapping made the DMA dispatch



More information about the xserver-commit mailing list