Skip to content

mesa: remove some conditions in mipmap code

Tapani Pälli requested to merge tpalli/mesa:clean_mipmap into main
mesa: remove some conditions in mipmap code

This function already asserts that we have ZS format without stencil,
it should be guaranteed to have depth in it.

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>

Merge request reports