Skip to content
Commit 9b455e24 authored by Simon Ser's avatar Simon Ser Committed by Marius Vlad
Browse files

clients/simple-dmabuf-egl: drop Y_INVERT flag



The motivations for this are:

- Y_INVERT is not used by most real-world clients.
  weston-simple-dmabuf-egl and weston-simple-dmabuf-v4l are one only
  known users. Thus this creates a special case just for these demo
  clients.
- Some compositors (wlroots) have dropped support for DMA-BUF flags,
  so the client no longer runs there.
- Dropping the flag allows compositors to use a KMS hardware plane to
  display the buffer.

It keeps the same axis orientation we had in place where we had the
y-invert flag enabled by default, by doing a reflection about x-axis.

Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
Signed-off-by: default avatarMarius Vlad <marius.vlad@collabora.com>
Closes: wayland/weston#675
parent d1e8d465
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment