[PATCH v14 24/41] compositor-drm: Extract overlay FB import to helper
Pekka Paalanen
ppaalanen at gmail.com
Thu Jan 25 11:41:21 UTC 2018
On Wed, 20 Dec 2017 12:26:41 +0000
Daniel Stone <daniels at collabora.com> wrote:
> ... in order to be able to use it from scanout as well.
>
> Signed-off-by: Daniel Stone <daniels at collabora.com>
> ---
> libweston/compositor-drm.c | 221 ++++++++++++++++++++++++---------------------
> 1 file changed, 119 insertions(+), 102 deletions(-)
>
> diff --git a/libweston/compositor-drm.c b/libweston/compositor-drm.c
> index dbe53513b..195eef725 100644
> --- a/libweston/compositor-drm.c
> +++ b/libweston/compositor-drm.c
> +
> + /* XXX: TODO:
> + *
> + * Currently the buffer is rejected if any dmabuf attribute
> + * flag is set. This keeps us from passing an inverted /
> + * interlaced / bottom-first buffer (or any other type that may
> + * be added in the future) through to an overlay. Ultimately,
> + * these types of buffers should be handled through buffer
> + * transforms and not as spot-checks requiring specific
> + * knowledge. */
The above should be using tabs, now it's only spaces.
Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20180125/85ec65e0/attachment.sig>
More information about the wayland-devel
mailing list