[cairo-commit] cairo ChangeLog,1.1021,1.1022
Owen Taylor
commit at pdx.freedesktop.org
Wed Aug 31 03:42:19 EST 2005
Committed by: otaylor
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv26137
Modified Files:
ChangeLog
Log Message:
2005-08-27 Owen Taylor <otaylor at redhat.com>
* src/cairo-pattern.c (_cairo_pattern_acquire_surface_for_gradient):
Use a 8xN rather than a 1xN strip for a vertical gradient. This
is much more tolerant of slow compositing code, and is worth some
extra expense computing the gradient. (#4263, found in test case
from Richard Stellingwerff)
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1021
retrieving revision 1.1022
diff -u -d -r1.1021 -r1.1022
--- ChangeLog 28 Aug 2005 01:54:03 -0000 1.1021
+++ ChangeLog 30 Aug 2005 17:42:17 -0000 1.1022
@@ -1,5 +1,13 @@
2005-08-27 Owen Taylor <otaylor at redhat.com>
+ * src/cairo-pattern.c (_cairo_pattern_acquire_surface_for_gradient):
+ Use a 8xN rather than a 1xN strip for a vertical gradient. This
+ is much more tolerant of slow compositing code, and is worth some
+ extra expense computing the gradient. (#4263, found in test case
+ from Richard Stellingwerff)
+
+2005-08-27 Owen Taylor <otaylor at redhat.com>
+
reviewed by: cworth
* src/cairo-traps.c (_cairo_traps_extract_region): Make the
More information about the cairo-commit
mailing list