intel: Set the region's tiling to none when attaching a PBO to a region.
authorEric Anholt <eric@anholt.net>
Thu, 28 Jan 2010 18:53:04 +0000 (10:53 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 28 Jan 2010 18:55:25 +0000 (10:55 -0800)
commitf20e83210e81a33712f52eaa8d944d116b56b46c
tree6694e16fa7a523731676f9105c02009f86d4223b
parentc9886d535e4ac5ae108b1015a9682f4ddd297536
intel: Set the region's tiling to none when attaching a PBO to a region.

Note that when detaching the PBO from the region and making a new BO
for the region, we don't make it tiled even if the region originally
was.

Fixes piglit pbo-teximage-tiling.
src/mesa/drivers/dri/intel/intel_regions.c