i965/miptree: Drop intel_miptree_supports_mcs()
authorNanley Chery <nanley.g.chery@intel.com>
Sat, 27 Apr 2019 00:00:34 +0000 (17:00 -0700)
committerNanley Chery <nanleychery@gmail.com>
Tue, 14 May 2019 16:23:12 +0000 (16:23 +0000)
commit91a42537d14a99d174e419e63f1f572d38d9adcd
tree85018b9401d4d6a768d00f34e861d266b7314491
parent1de089797c2eb15a6eb7e1af63a97ca8e6db7c92
i965/miptree: Drop intel_miptree_supports_mcs()

This function duplicates much the work done by isl_surf_get_mcs_surf().
Replace it with a simple expression.

Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
src/mesa/drivers/dri/i965/intel_mipmap_tree.c