[cairo-bugs] [Bug 48221] Wayland gtk clients broken by 38a242a: spans, image, gl: Add fast-path for simple copies
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Apr 5 09:42:55 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=48221
--- Comment #2 from Uli Schlachter <psychon at znc.in> 2012-04-05 09:42:55 PDT ---
Something caught my eye in that commit:
(In function composite_boxes(), cairo-gl-spans-compositor.c, line 371)
- _cairo_gl_operand_translate (&setup.mask, -src_x, -src_y);
+ _cairo_gl_operand_translate (&setup.src, -src_x, -src_y);
More information about the cairo-bugs
mailing list