[cairo-commit] cairo ChangeLog,1.972,1.973

Owen Taylor commit at pdx.freedesktop.org
Tue Aug 23 14:53:10 PDT 2005


Committed by: otaylor

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv10054

Modified Files:
	ChangeLog 
Log Message:
2005-08-23  Owen Taylor  <otaylor at redhat.com>

        * src/cairo-pattern.c (_cairo_pattern_calc_color_at_pixel):
        Rip out all the code for doing anything other than linear
        interpolation between color stops, instead of doing different
        funky things based on pattern->filter. (#4184)


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.972
retrieving revision 1.973
diff -u -d -r1.972 -r1.973
--- ChangeLog	23 Aug 2005 21:51:51 -0000	1.972
+++ ChangeLog	23 Aug 2005 21:53:08 -0000	1.973
@@ -1,3 +1,10 @@
+2005-08-23  Owen Taylor  <otaylor at redhat.com>
+
+	* src/cairo-pattern.c (_cairo_pattern_calc_color_at_pixel):
+	Rip out all the code for doing anything other than linear
+	interpolation between color stops, instead of doing different
+	funky things based on pattern->filter. (#4184)
+
 2005-08-23  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo-font.c: (cairo_font_face_reference),



More information about the cairo-commit mailing list