[xserver-commit] xserver ChangeLog,3.89,3.90

Eric Anholt xserver-commit@pdx.freedesktop.org
Sat, 03 Jan 2004 03:47:27 -0800


Committed by: anholt

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

Modified Files:
	ChangeLog 
Log Message:
- Add more Composite operations, including Saturate, to
  Radeon Composite accel.  I don't 100% trust that the math
  works for Saturate, but I can't tell from existing information.
- Fix texture pitch fallback checks.
- Fallback when src or mask have transforms.
- Disable Radeon Composite accel until the offset thing is fixed.
- Set offscreenPitch to 64 on Radeon thanks to new information
  and a kaa fix.  Fixes acceleration at width!=1024.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.89
retrieving revision 3.90
diff -u -d -r3.89 -r3.90
--- ChangeLog	3 Jan 2004 11:25:25 -0000	3.89
+++ ChangeLog	3 Jan 2004 11:46:55 -0000	3.90
@@ -1,5 +1,19 @@
 2004-01-03  Eric Anholt  <anholt@FreeBSD.org>
 
+	* hw/kdrive/ati/ati_draw.c:
+	* hw/kdrive/ati/radeon_composite.c: (RadeonTextureSetup),
+	(RadeonPrepareComposite):
+	- Add more Composite operations, including Saturate, to
+	  Radeon Composite accel.  I don't 100% trust that the math
+	  works for Saturate, but I can't tell from existing information.
+	- Fix texture pitch fallback checks.
+	- Fallback when src or mask have transforms.
+	- Disable Radeon Composite accel until the offset thing is fixed.
+	- Set offscreenPitch to 64 on Radeon thanks to new information
+	  and a kaa fix.  Fixes acceleration at width!=1024.
+
+2004-01-03  Eric Anholt  <anholt@FreeBSD.org>
+
 	* hw/kdrive/src/kaapict.c: (kaaTryDriverSolidFill),
 	(kaaTryDriverBlend), (kaaTryDriverComposite), (kaaComposite):
 	Split the various attempts at accelerating Composite into