diff options
author | Carl Worth <cworth@cworth.org> | 2007-04-13 11:28:21 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-04-13 11:29:09 -0700 |
commit | cea107c9800a4414f57a874dd52924efdff725ec (patch) | |
tree | 789c16524bb62118750968a29487bb3540609ca9 /ROADMAP | |
parent | 4e3be548615f8ce8a45f0e887f19eb39ba21f8a4 (diff) |
Punt bug #10508 off of 1.4.4
It looks like this is an X server bug, and we don't have an
imminent fix. Meanwhile, the bug is avoidable by preferring
to use xlib surface sources for transformed rendering to xlib
instead of using image surface sources.
Diffstat (limited to 'ROADMAP')
-rw-r--r-- | ROADMAP | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,8 +11,6 @@ cairo 1.4.4 (scheduled for 2007-04-09) ✓ Chris Wilson's many recent cleanups, (to be reviewed by behdad and cworth) - • 10508 Painting regression in 1.4.x (cworth) - ✓ 5777 fbcompose.c broken for some composite operations post r1.5 (choose one of the existing patches) @@ -20,6 +18,9 @@ cairo 1.4.4 (scheduled for 2007-04-09) cairo 1.4.x (not scheduled, may become part of 1.6) =================================================== + • 10508 Transformed image source surfaces sometimes misrender to xlib + surface target (cworth) + • Fix all remaining XFAIL failures from the test suite a8mask has a patch available on the list |