Re: [Mesa-dev] [PATCH] vulkan/wsi: Only use LINEAR modifier for prime if supported.

2018-05-08 Thread Abel García Dorta
This patch has been Tested-by: Abel Garcia Dorta on top of master and on top of mesa-18.1.0_rc2 provided by gentoo. Thank you for fixing it! 2018-05-05 15:34 GMT+02:00 Bas Nieuwenhuizen : > This was setting the LINEAR modifier if neither the > X server nor the driver supported modifiers. > >

Re: [Mesa-dev] [PATCH] vulkan/wsi: Only use LINEAR modifier for prime if supported.

2018-05-07 Thread Abel García Dorta
Hi, I sent a similar patch yesterday with: + if (chain->has_dri3_modifiers && + image->base.drm_modifier != DRM_FORMAT_MOD_INVALID) { but was rejected by bas and never got into the mail list... If the jason's patch is going to be the good patch I would like to have some aknowlegment in th