[cairo-bugs] [Bug 36279] cairo_paint with ARGB32 source doesn't work

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 15 18:50:06 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=36279

Benjamin Otte <otte at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTOURBUG

--- Comment #4 from Benjamin Otte <otte at gnome.org> 2011-04-15 18:50:03 PDT ---
You need to call cairo_surface_mark_dirty() after memcpy()ing the data, so
cairo knows that the image was modified.
Cairo 1.10 is a lot stricter in enforcing this requirement than cairo 1.8 was,
which is why it probably worked with older versions.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list