Skip to content

Fix condition to set MipModeFilter for YUV surface

Anuj Phogat requested to merge aphogat/mesa:planar-yuv into master

Mip Mode Filter must be set to MIPFILTER_NONE for Planar YUV surfaces. Add the missing condition to check for planar format.

Merge request reports