<div dir="ltr">Hi all,<div><br></div><div>this patch prevents weston from importing dmabuf buffer when the EGL_EXT_image_dma_buf_import_modifiers extension is not supported. In this case, the import will either fail in import_simple_dmabuf if the modifier is zero, or in gl_renderer_import_dmabuf is the modifier is DRM_FORMAT_MOD_INVALID.</div><div><br></div><div>Aren't both of those use cases valid ?</div><div><br></div><div>Thanks,</div><div>-Arnaud</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Oct 5, 2017 at 11:37 AM Daniel Stone <<a href="mailto:daniel@fooishbar.org">daniel@fooishbar.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 5 October 2017 at 08:15, Pekka Paalanen <<a href="mailto:ppaalanen@gmail.com" target="_blank">ppaalanen@gmail.com</a>> wrote:<br>
> On Wed,  4 Oct 2017 18:35:45 +0100<br>
> Daniel Stone <<a href="mailto:daniels@collabora.com" target="_blank">daniels@collabora.com</a>> wrote:<br>
>> If the user has passed an INVALID modifier, it's because there is no<br>
>> applicable modifier, and the buffer layout should be determined by a<br>
>> magic side-channel call (e.g. bo_get_tiling). If the modifier is<br>
>> INVALID, don't try to pass it through to EGL, but just drop it.<br>
>><br>
>> On the other hand, if a modifier _is_ explicitly specified and we don't<br>
>> have the modifiers extension, then refuse to import the buffer.<br>
><br>
> gl_renderer_import_dmabuf() guarantees that all modifiers are equal,<br>
> hence checking only one is enough.<br>
><br>
> Reviewed-by: Pekka Paalanen <<a href="mailto:pekka.paalanen@collabora.co.uk" target="_blank">pekka.paalanen@collabora.co.uk</a>><br>
<br>
Thanks Pekka! Pushed now.<br>
<br>
Cheers,<br>
Daniel<br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org" target="_blank">wayland-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/wayland-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</blockquote></div>