[xserver-commit] xserver ChangeLog,3.26.2.5,3.26.2.6
Keith Packard
xserver-commit@pdx.freedesktop.org
Thu, 23 Oct 2003 10:44:56 -0700
Committed by: keithp
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv16628
Modified Files:
Tag: xfixes_2_branch
ChangeLog
Log Message:
* fb/fbcopy.c: (fbDoCopy):
Always call SourceValidate, even if src and dst are the same.
This lets the software cursor code use Damage and not have to
wrap all copy functions to see source effects.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.26.2.5
retrieving revision 3.26.2.6
diff -u -d -r3.26.2.5 -r3.26.2.6
--- ChangeLog 22 Oct 2003 21:23:44 -0000 3.26.2.5
+++ ChangeLog 23 Oct 2003 17:44:54 -0000 3.26.2.6
@@ -1,3 +1,10 @@
+2003-10-23 Keith Packard <keithp@keithp.com>
+
+ * fb/fbcopy.c: (fbDoCopy):
+ Always call SourceValidate, even if src and dst are the same.
+ This lets the software cursor code use Damage and not have to
+ wrap all copy functions to see source effects.
+
2003-10-22 Keith Packard <keithp@keithp.com>
* hw/kdrive/mach64/mach64draw.c: (mach64Setup), (mach64DoneSolid),