[PATCH weston 0/4] simple-dmabuf-drm improvements

Emilio Pozuelo Monfort pochu27 at gmail.com
Wed Jul 11 11:52:41 UTC 2018


The first patch is new, makes us always parse the formats / modifiers.
Currently we don't parse them if we end up binding to version 1 or 2,
which can cause us to abort for no good reason.

The last patch is just to show how we could remove the libdrm
dependency. The problem there is the lack of
DRM_FORMAT_MOD_SAMSUNG_64_32_TILE, so we can't apply this yet.
Anyway we have a bigger problem with the lack of NV12 support
in the GBM patch...

Emilio Pozuelo Monfort (4):
  simple-dmabuf-drm: require zwp_linux_dmabuf_v1 v3
  simple-dmabuf-drm: fix build with --disable-egl
  simple-dmabuf-drm: use GBM generic calls
  simple-dmabuf-drm: drop dependency on libdrm

 clients/simple-dmabuf-drm.c | 384 +++++-------------------------------
 configure.ac                |   2 +-
 2 files changed, 45 insertions(+), 341 deletions(-)

-- 
2.18.0



More information about the wayland-devel mailing list