i965: Delete tile resource mode code
authorAnuj Phogat <anuj.phogat@gmail.com>
Thu, 16 Mar 2017 17:36:46 +0000 (10:36 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Mon, 27 Mar 2017 23:17:18 +0000 (16:17 -0700)
commitf5c32b07628a6ee186f130f0510bfcdafc6ce36e
treefe557e9d55f1b5307fe5fe5d4487086abb9bc9c0
parentbcee124ef752f461100058ec0ec70f2460579217
i965: Delete tile resource mode code

Yf/Ys tiling never got used in i965 due to not delivering
the expected performance benefits. So, this patch is deleting
this dead code in favor of adding it later in ISL when we
actually find it useful. ISL can then share this code between
vulkan and GL.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_defines.h
src/mesa/drivers/dri/i965/brw_misc_state.c
src/mesa/drivers/dri/i965/brw_tex_layout.c
src/mesa/drivers/dri/i965/intel_mipmap_tree.c
src/mesa/drivers/dri/i965/intel_mipmap_tree.h