xserver ChangeLog,3.178,3.179
Keith Packard
xserver-commit at pdx.freedesktop.org
Wed May 19 22:27:06 PDT 2004
Committed by: keithp
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv11665
Modified Files:
ChangeLog
Log Message:
2004-05-19 Keith Packard <keithp at keithp.com>
* hw/kdrive/mach64/mach64draw.c: (mach64Setup), (mach64DoneSolid),
(mach64DoneCopy):
Fix SYNC_ALWAYS (debugging) code to use mach64WaitIdle instead of
KdCheckSync -- the boolean used in the latter won't be set yet.
* hw/kdrive/src/kaa.c: (kaaCreatePixmap):
Oops. == instead of =.
* hw/kdrive/src/kdrive.h:
* hw/kdrive/src/kpict.c: (KdCheckRasterizeTrapezoid),
(KdPictureInitAsync):
Must sync hardware before rasterizing trapezoids in case the
mask is in off-screen memory and has just been erased. Yes,
it is silly to place masks in off-screen memory. That's a separate
issue.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.178
retrieving revision 3.179
diff -u -d -r3.178 -r3.179
--- a/ChangeLog 20 May 2004 02:42:19 -0000 3.178
+++ b/ChangeLog 20 May 2004 05:27:03 -0000 3.179
@@ -1,5 +1,23 @@
2004-05-19 Keith Packard <keithp at keithp.com>
+ * hw/kdrive/mach64/mach64draw.c: (mach64Setup), (mach64DoneSolid),
+ (mach64DoneCopy):
+ Fix SYNC_ALWAYS (debugging) code to use mach64WaitIdle instead of
+ KdCheckSync -- the boolean used in the latter won't be set yet.
+
+ * hw/kdrive/src/kaa.c: (kaaCreatePixmap):
+ Oops. == instead of =.
+
+ * hw/kdrive/src/kdrive.h:
+ * hw/kdrive/src/kpict.c: (KdCheckRasterizeTrapezoid),
+ (KdPictureInitAsync):
+ Must sync hardware before rasterizing trapezoids in case the
+ mask is in off-screen memory and has just been erased. Yes,
+ it is silly to place masks in off-screen memory. That's a separate
+ issue.
+
+2004-05-19 Keith Packard <keithp at keithp.com>
+
* hw/kdrive/src/kaa.c: (kaaPixmapUseScreen), (kaaPixmapUseMemory),
(kaaCreatePixmap):
Pin header-only pixmaps in memory.
More information about the xserver-commit
mailing list