i965/miptree: Drop intel_*_supports_ccs()
authorNanley Chery <nanley.g.chery@intel.com>
Sat, 27 Apr 2019 01:18:44 +0000 (18:18 -0700)
committerNanley Chery <nanleychery@gmail.com>
Tue, 14 May 2019 16:23:12 +0000 (16:23 +0000)
commit942755bec4437c59b803ab3420e7e6d7ac7ce2a6
treee4a778993c65f35ff683d3ac821fc67f8e676ed8
parentd57242190eec5ca3b1dab2e79f06b8ac83786c4b
i965/miptree: Drop intel_*_supports_ccs()

intel_tiling_supports_ccs() and intel_miptree_supports_ccs() duplicate
much the work done by isl_surf_get_ccs_surf(). Drop them both and index
a boolean array to choose CCS_D in intel_miptree_choose_aux_usage().

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