[cairo-commit] glitz ChangeLog,1.16,1.17 TODO,1.3,1.4

David Reveman commit at pdx.freedesktop.org
Mon May 10 07:34:30 PDT 2004


Committed by: davidr

Update of /cvs/cairo/glitz
In directory pdx:/tmp/cvs-serv5157

Modified Files:
	ChangeLog TODO 
Log Message:
Fixed simultaneous transform and repeat

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** a/ChangeLog	9 May 2004 20:54:51 -0000	1.16
--- b/ChangeLog	10 May 2004 14:34:28 -0000	1.17
***************
*** 1,2 ****
--- 1,15 ----
+ 2004-05-10  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* TODO: Fixed simultaneous transform and repeat.
+ 
+ 	* src/glitz_tri.c (glitz_int_composite_triangles): Use ARGB32 format
+ 	for mask surface.
+ 
+ 	* src/glitz_trap.c (glitz_composite_trapezoids): Use ARGB32 format
+ 	for mask surface.
+ 
+ 	* src/glitz.c: Added glitz_repeat_direction_t type.
+ 	(glitz_composite): Fixed simultaneous transform and repeat.
+ 
  2004-05-09  David Reveman  <c99drn at cs.umu.se>
  

Index: TODO
===================================================================
RCS file: /cvs/cairo/glitz/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** a/TODO	9 May 2004 20:54:51 -0000	1.3
--- b/TODO	10 May 2004 14:34:28 -0000	1.4
***************
*** 4,9 ****
  * Copy area operation.
  
- * Support simultaneous transform and repeat.
- 
  * Alpha scaling of source surface with polygon rendering.
  
--- 4,7 ----





More information about the cairo-commit mailing list