Xpra: Ticket #416: pixbuf_new_from_data or cairo take un-premultiplied rgb data

r4151 does this, but it's slow and ugly.

Do this in-place properly, or at least return a string we can use directly.



Tue, 03 Dec 2013 07:24:53 GMT - Antoine Martin: attachment set

remove unnecessary conversions with mmap codepath only


Tue, 03 Dec 2013 07:26:09 GMT - Antoine Martin: owner, status changed

The problem is that:

The patch above skips the conversions for the mmap codepath, but we need something that also addresses the double-copy from the standard codepath.


Tue, 03 Dec 2013 08:51:29 GMT - Antoine Martin: status changed; resolution set

Done in r4843 (see changeset for details)

More buffer work in #465


Sat, 23 Jan 2021 04:54:48 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/416