[cairo-commit] glitz ChangeLog,1.52,1.53

David Reveman commit at pdx.freedesktop.org
Sat Sep 11 07:47:46 PDT 2004


Committed by: davidr

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

Modified Files:
	ChangeLog 
Log Message:
Adjustment to color stop coordinate parameters of gradient filters

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** ChangeLog	11 Sep 2004 04:22:30 -0000	1.52
--- ChangeLog	11 Sep 2004 14:47:44 -0000	1.53
***************
*** 1,5 ****
--- 1,12 ----
  2004-09-11  David Reveman  <c99drn at cs.umu.se>
  
+ 	* src/glitz_filter.c (glitz_filter_set_params): Gradient coordinates
+ 	are now translated 0.5 in both x and y directions within glitz so
+ 	applications shouldn't have to think about this anymore. e.g.
+ 	specifying the top-left pixel as color stop coordinate is now done
+ 	with x parameter 0.0 and y parameter 0.0. This makes much more sence.
+ 
  	* src/glitz_rect.c (glitz_set_rectangles): Fixed memory leak.
+ 	Fixed order of pixel color components.
  
  	* src/glitz.c (glitz_composite): Oh, I'm good at these, not the




More information about the cairo-commit mailing list