iris: Rework tiling/modifiers handling
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 28 Nov 2018 10:30:42 +0000 (02:30 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:10 +0000 (10:26 -0800)
commitfbf31247710e0af9dff620a1a7f18f30d515331f
treebbb9368da683878e657dc93e5e64f84dc83c5abb
parent761a5fb36ac86516ffc16f2af7f7b07250756e43
iris: Rework tiling/modifiers handling

We were being very picky about things being Y tiled.  But, not
everything can be - for example, > 16382 surfaces on SKL GT1-3
have to fall back to linear.

Instead, give ISL options and let it pick.
src/gallium/drivers/iris/iris_resource.c