Skip to content

gallium: check all planes' pipe formats in case of multi-samplers

Dongwon Kim requested to merge dongwonk/mesa:yuv-sampling-format-check into master

Current code only checks whether first plane's format is supported in case YUV format sampling is done by sampling each plane separately. It would be safer to check other planes' as well.

Signed-off-by: Dongwon Kim dongwon.kim@intel.com

Edited by Dongwon Kim

Merge request reports