isl: Don't force linear for 1d surfaces in gen7_filter_tiling()
authorChad Versace <chad.versace@intel.com>
Tue, 5 Jan 2016 19:35:44 +0000 (11:35 -0800)
committerChad Versace <chad.versace@intel.com>
Tue, 5 Jan 2016 19:37:32 +0000 (11:37 -0800)
commit8d6f0a1b8020c9ab33a56d3aacdbc641d20fdacf
tree54dbcd61dd6dd3dced3ec10a5ab98f9a0f6a75d7
parent81357866051fe5049f7327081da257278a3a24a3
isl: Don't force linear for 1d surfaces in gen7_filter_tiling()

gen7_filter_tiling() should filter out only tiling flags that are
incompatible with the surface. It shouldn't make performance decisions,
such as forcing linear for 1D; that's the role of the caller.
src/isl/isl_gen7.c