Re: [PATCH v3] linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

2019-04-17 Thread Simon Ser
On Wednesday, April 17, 2019 2:05 PM, Pekka Paalanen wrote: > On Wed, 17 Apr 2019 05:45:41 + > Simon Ser cont...@emersion.fr wrote: > > > I think it would be good to clarify that the "format" event is not sent > > in this version? And maybe make it a protocol error to send a > > format/modifi

Re: [PATCH v3] linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

2019-04-17 Thread Pekka Paalanen
On Wed, 17 Apr 2019 05:45:41 + Simon Ser wrote: > I think it would be good to clarify that the "format" event is not sent > in this version? And maybe make it a protocol error to send a > format/modifier combination that wasn't advertised? As I explained before, I wouldn't make the protocol

Re: [PATCH v3] linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

2019-04-16 Thread Simon Ser
I think it would be good to clarify that the "format" event is not sent in this version? And maybe make it a protocol error to send a format/modifier combination that wasn't advertised? ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org ht

[PATCH v3] linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

2019-04-16 Thread Chia-I Wu
DRM_FORMAT_MOD_INVALID means to derive the modifier from the dmabuf. It provides legacy support and makes it easier to replace wl_drm. v3: DRM_FORMAT_MOD_INVALID must be advertised to be supported (which requires a version bump) Signed-off-by: Chia-I Wu --- .../linux-dmabuf/linux-dmabuf-uns