xserver ChangeLog,3.286,3.287

David Reveman xserver-commit at pdx.freedesktop.org
Tue Feb 1 13:22:04 PST 2005


Committed by: davidr

Update of /cvs/xserver/xserver
In directory gabe:/tmp/cvs-serv32622

Modified Files:
	ChangeLog 
Log Message:
Use negative stride for trapezoid masks in Xgl

Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.286
retrieving revision 3.287
diff -u -d -r3.286 -r3.287
--- ChangeLog	26 Jan 2005 10:58:52 -0000	3.286
+++ ChangeLog	1 Feb 2005 21:22:02 -0000	3.287
@@ -1,3 +1,12 @@
+2005-02-01  David Reveman  <davidr at novell.com>
+
+	* hw/xgl/xgltrap.c (xglCreateMaskPicture): Use negative stride
+	as it seems to be working fine with fbPolyFillRect and
+	fbRasterizeTrapezoid.
+
+	* hw/xgl/xgl.h: Stride variable in xglPixmapRec should be signed as
+	it can be negative.
+
 2005-01-26  David Reveman  <davidr at novell.com>
 
 	* hw/xgl: Better offscreen memory management, core text acceleration,



More information about the xserver-commit mailing list