intel: Align region height as required for tiled regions.
authorEric Anholt <eric@anholt.net>
Sat, 8 Aug 2009 01:09:31 +0000 (18:09 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 8 Aug 2009 01:33:08 +0000 (18:33 -0700)
commitceb8afcca5b0a52b005a782ea54b301beaee1a15
tree46c2b041ce77cc259f2caf7b9d925307e8d7290e
parent12c6973c6e32e5ee29242cb037830c1ca081f479
intel: Align region height as required for tiled regions.

Otherwise, we would address beyond the end of our buffers.  Fixes reliable
GPU segfault with texture_tiling=true and oglconform shadow.c.

Bug #22406.
src/mesa/drivers/dri/intel/intel_regions.c