[Wayland-bugs] [Bug 93094] Protocol: colored buffer
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Nov 29 03:24:47 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=93094
--- Comment #7 from Pekka Paalanen <ppaalanen at gmail.com> ---
(In reply to phizh from comment #6)
> Perhaps, between us is another misunderstanding. When using wl_viewport and
> wl_buffer 1x1 composer resizes to MxN. When live resizing is happening scale
> and crop - fills pixels are already a compositor, not a client. And, as I
> understand it, the compositor makes each time at the beginning of resizing
> window. That's not what I want.
With wl_viewport, the compositor does *not* create any kind of buffer of size
NxM. During compositor repaint, it will just fill the given size with the given
color in the final framebuffer, which is the cheapest possible operation. There
is no memory reserved for the NxM image at all.
Why is that not what you want?
Do you want to do something with the buffer in the client *after* it has been
filled with the given color? If so, what do you want to do?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20151129/b0079baa/attachment.html>
More information about the wayland-bugs
mailing list