[xserver-commit] xserver ChangeLog,3.74.2.5,3.74.2.6
Eric Anholt
xserver-commit@pdx.freedesktop.org
Sun, 28 Dec 2003 01:22:31 -0800
Committed by: anholt
Update of /cvs/xserver/xserver
In directory pdx:/home/anholt/xserver-dri
Modified Files:
Tag: dri-0-1-branch
ChangeLog
Log Message:
Previous revision fixed the "pitch" variable to be the pitch in bytes
rather than pixels, as the offscreenPitch kaa private would indicate,
but failed to remove multiplication by bytes per pixel where the pitch
was used. This wasted memory.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.74.2.5
retrieving revision 3.74.2.6
diff -u -d -r3.74.2.5 -r3.74.2.6
--- ChangeLog 28 Dec 2003 09:16:49 -0000 3.74.2.5
+++ ChangeLog 28 Dec 2003 09:21:59 -0000 3.74.2.6
@@ -1,5 +1,13 @@
2003-12-28 Eric Anholt <anholt@FreeBSD.org>
+ * hw/kdrive/src/kaa.c: (kaaPixmapAllocArea):
+ Previous revision fixed the "pitch" variable to be the pitch in bytes
+ rather than pixels, as the offscreenPitch kaa private would indicate,
+ but failed to remove multiplication by bytes per pixel where the pitch
+ was used. This wasted memory.
+
+2003-12-28 Eric Anholt <anholt@FreeBSD.org>
+
* hw/kdrive/ati/ati.h:
* hw/kdrive/ati/ati_draw.c: (R128GetDatatypePict),
(ATIGetDatatypeBpp):