broadcom/vc5: Fix regression in the page-cache slice size alignment.
authorEric Anholt <eric@anholt.net>
Fri, 23 Feb 2018 23:35:25 +0000 (15:35 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 28 Feb 2018 21:59:50 +0000 (13:59 -0800)
commite4e79a02da2e813284aa8a82dfd4423f0ae9923a
tree9eb4b3b17ef2989be4881c273746204f00ffd575
parenta2c1e48f15995a826dc759e064c2603882a37e0c
broadcom/vc5: Fix regression in the page-cache slice size alignment.

We need to align the size of the slice, not the offset of the next slice.
Fixes KHR-GLES3.texture_repeat_mode.rgba32ui_11x131_2_clamp_to_edge.

Fixes: b4b4ada7616d ("broadcom/vc5: Fix layout of 3D textures.")
src/gallium/drivers/vc5/vc5_resource.c