broadcom/vc5: Try to fix up compressed texture load/store.
authorEric Anholt <eric@anholt.net>
Thu, 28 Dec 2017 22:41:47 +0000 (14:41 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 3 Jan 2018 22:31:36 +0000 (14:31 -0800)
commita93fd7b41e3e3c8c2c35d45dc171a87cdc45060a
treec13cc0bc9ea299f7f0678311b6195e0edaf84aba
parent44237b3f85fb8547e29ec8d090a3a72ce095e2a2
broadcom/vc5: Try to fix up compressed texture load/store.

We were trying to load/store the logical width/height number of compressed
blocks.  As long as the textures were large, single-level, and the
load/store at (0,0), it kind of worked.
src/gallium/drivers/vc5/vc5_resource.c