xserver ChangeLog,3.195,3.196

Eric Anholt xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:22:56 EST 2004


Committed by: anholt

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

Modified Files:
	ChangeLog 
Log Message:
- Pass the right pixel mask (all ones) in to PrepareSolid in the
  solid-fill-based composite acceleration.
- Use a real pixmap when doing an UploadToScratch (For pDrawable->type
  == DRAWABLE_WINDOW, you need to get the backing pixmap).
- Pass back the x/y offsets from kaaGetOffscreenPixmap
  unconditionally, because they'll be used in the scratch case.
- Turn on the Render acceleration for Rage 128 and Radeon 100-series at
  last!


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.195
retrieving revision 3.196
diff -u -d -r3.195 -r3.196
--- ChangeLog	10 Jun 2004 09:50:57 -0000	3.195
+++ ChangeLog	10 Jun 2004 19:22:53 -0000	3.196
@@ -1,3 +1,18 @@
+2004-06-11  Eric Anholt  <anholt at FreeBSD.org>
+
+	* hw/kdrive/ati/ati_draw.c: (ATIDrawEnable):
+	* hw/kdrive/src/kaa.c: (kaaGetOffscreenPixmap):
+	* hw/kdrive/src/kaapict.c: (kaaTryDriverSolidFill),
+	(kaaTryDriverComposite):
+	- Pass the right pixel mask (all ones) in to PrepareSolid in the
+	  solid-fill-based composite acceleration.
+	- Use a real pixmap when doing an UploadToScratch (For pDrawable->type
+	  == DRAWABLE_WINDOW, you need to get the backing pixmap).
+	- Pass back the x/y offsets from kaaGetOffscreenPixmap
+	  unconditionally, because they'll be used in the scratch case.
+	- Turn on the Render acceleration for Rage 128 and Radeon 100-series at
+	  last!
+
 2004-06-10  Eric Anholt  <anholt at FreeBSD.org>
 
 	* hw/kdrive/ati/ati_draw.c: (ATIDrawSetup), (ATIUploadToScratch),




More information about the xserver-commit mailing list