[cairo-commit] glitz ChangeLog,1.103,1.104 TODO,1.17,1.18

David Reveman commit at pdx.freedesktop.org
Wed Feb 15 17:20:46 PST 2006


Committed by: davidr

Update of /cvs/cairo/glitz
In directory gabe:/tmp/cvs-serv10861

Modified Files:
	ChangeLog TODO 
Log Message:
Fix glitz_get_pixels

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- ChangeLog	15 Feb 2006 15:15:20 -0000	1.103
+++ ChangeLog	16 Feb 2006 01:20:44 -0000	1.104
@@ -1,3 +1,10 @@
+2006-02-16  David Reveman  <davidr at novell.com>
+
+	* TODO: Add note about removing some complexity.
+
+	* src/glitz_pixel.c (glitz_get_pixels): Patch together clipped
+	fetching of pixels.
+
 2006-02-15  David Reveman  <davidr at novell.com>
 
 	* src/glitz_pixel.c (glitz_get_pixels): Flip clip box if output

Index: TODO
===================================================================
RCS file: /cvs/cairo/glitz/TODO,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- TODO	30 Nov 2005 07:16:54 -0000	1.17
+++ TODO	16 Feb 2006 01:20:44 -0000	1.18
@@ -1,3 +1,9 @@
+* Remove some complexity. Surfaces currently include x and y offsets
+  that are not longer used, removing these will make a lot of code easier to
+  read. get_pixels and set_pixels currently use both the clip rects and
+  the rect given as parameter. clip rects should be enough and it would
+  simplify the code in glitz_pixel.c a bit.
+
 * More YUV surface formats (YUY2, UYVY, I420..).
 
 * Support for logical ops.



More information about the cairo-commit mailing list