iris: Delete bogus comment about cube array counting.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 23 Dec 2018 07:09:16 +0000 (23:09 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:11 +0000 (10:26 -0800)
commit5be72d9a20bf29e6f908594e2fa3214a24cc6271
tree60aa46c716059a4161bac0cb6794cd1467e29f98
parent73709be0c32601952b6902d83ec4541fb9f73cd9
iris: Delete bogus comment about cube array counting.

Both 'z' and 'depth' are counted in slices, according to the Gallium
docs (context.rst).  In our temporary memory, we allocate `box.depth`
slices, so we need to rebase the starting slice (box.z) down to 0,
and back again when writing on unmap.

There's nothing strange about cubes here.
src/gallium/drivers/iris/iris_resource.c