i965/miptree: Drop intel_*_supports_hiz()
authorNanley Chery <nanley.g.chery@intel.com>
Mon, 29 Apr 2019 20:00:25 +0000 (13:00 -0700)
committerNanley Chery <nanleychery@gmail.com>
Tue, 14 May 2019 16:23:12 +0000 (16:23 +0000)
commit779bd8d33298e894e5181107ed823ad6e82c8cef
tree97b7265a54ae030369780c9000a18b952bd185ff
parent29a13eb71da11d432287f93fe319b5cf1edc1aae
i965/miptree: Drop intel_*_supports_hiz()

intel_tiling_supports_hiz() and intel_miptree_supports_hiz() duplicate
much the work done by isl_surf_get_hiz_surf(). Replace them with simple
expressions.

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