i965/hiz/gen6: Stop setting false qpitch
authorTopi Pohjolainen <topi.pohjolainen@intel.com>
Wed, 11 Jan 2017 08:26:32 +0000 (10:26 +0200)
committerTopi Pohjolainen <topi.pohjolainen@intel.com>
Fri, 27 Jan 2017 06:57:26 +0000 (08:57 +0200)
commit56094cfb9e04b729c5b7eade7ca461651ef8906d
treef253da751c9f388fccda8a8fa8a6cd451ee02e91
parentb13d30a72ba06187ba7398c1a56c34980a021005
i965/hiz/gen6: Stop setting false qpitch

which is not applicable for "all slices at each lod". Current
logic makes one to believe it has some purpose. When miptree
layout is calculated brw_miptree_layout_texture_array() sets
the qpitch unconditionally but later on ignores it altogether
for ALL_SLICES_AT_EACH_LOD.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/intel_mipmap_tree.c