On 14 February 2018 at 17:58, Jason Ekstrand <ja...@jlekstrand.net> wrote:
> I've added the following to the top of wsi_create_native_image:
>
> +   /* If we don't support modifiers, the winsys code shouldn't be asking
> for
> +    * an image with modifiers.
> +    */
> +   assert(wsi->supports_modifiers || num_modifier_lists == 0);
>
>>
>> Yeah, it was mostly based on missing the wsi->has_modifiers check in
>> the Wayland
>
>
> Wayland definitely has the check.  I'll double-check on X11.

It didn't. I've added it in my branch, which I've been holding off on
sending out whilst we try to converge here. I'm currently doing a last
sweep through the X11 modifiers support from Louis-Francis as well.

https://gitlab.collabora.com/daniels/mesa # wip/dri3-v1.1

Cheers,
Daniel
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to