iris: Allocate buffer resources separately
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 25 Oct 2018 22:02:56 +0000 (17:02 -0500)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:10 +0000 (10:26 -0800)
commit47d4ea1a162a965538358710ddc33482887c05e5
tree0447b4c70d0467ecae53499f40aafb16ffefb0ca
parent585c95f8cc064e81cedd4522297c95bab25b2f01
iris: Allocate buffer resources separately

(cleaned up by Ken - make sure a bunch of things were more obviously
not using res->surf, do allow checking res->surf.tiling == LINEAR,
drop format cpp checks that aren't needed, drop memzone handling for
images, assume buffers / non-buffers in a few places...)
src/gallium/drivers/iris/iris_resource.c
src/gallium/drivers/iris/iris_resource.h