broadcom/vc5: Fix padding of NPOT miplevels >= 2.
authorEric Anholt <eric@anholt.net>
Tue, 27 Mar 2018 23:29:10 +0000 (16:29 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 28 Mar 2018 04:16:23 +0000 (21:16 -0700)
commita691fa4a1be3730f0cfc9566944bd23adb03966d
tree6ebfb009ae8eaa95192ecbcf0c4ff86e63b36dfc
parent92fa89a08d1e9905897dfb5cd30b8d572f83e941
broadcom/vc5: Fix padding of NPOT miplevels >= 2.

The power-of-two padded size that gets minified is based on level 1's
dimensions, not level 0's, which starts to differ at a width of 9.

Fixes all failures on texelFetch fs sampler2D 1x1x1-64x64x1
src/gallium/drivers/vc5/vc5_resource.c