Re: [PATCH weston] weston-info: Add support for zwp_linux_dmabuf_v1

2017-12-01 Thread Daniel Stone
Hi, On 3 October 2017 at 14:36, Emmanuel Gil Peyrot wrote: > This now prints each (format, modifier) tuple, to show which ones the > compositor sends to its clients. It is only implemented for version 3+, > since I didn’t have any compositor implementing previous versions, and > the old `format`

[PATCH weston] weston-info: Add support for zwp_linux_dmabuf_v1

2017-10-03 Thread Emmanuel Gil Peyrot
This now prints each (format, modifier) tuple, to show which ones the compositor sends to its clients. It is only implemented for version 3+, since I didn’t have any compositor implementing previous versions, and the old `format` event is deprecated anyway. Signed-off-by: Emmanuel Gil Peyrot ---