radeon: Remove copied minimum pitch alignment code.
authorEric Anholt <eric@anholt.net>
Thu, 23 Sep 2010 23:13:50 +0000 (16:13 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 23 Sep 2010 23:20:25 +0000 (16:20 -0700)
commit1c0646a826cb19d3c3eaa84591930590db6e8af8
treea318a2ffd64daf96c91501eec77a78e1f87000a8
parentfae18559461e62af623be77787ecba4c7013a8b4
radeon: Remove copied minimum pitch alignment code.

This is already covered by radeon_mipmap_tree.c, and my convolution
cleanups broke in the presence of this code.  Thanks to Marek Olšák
for tracking down the relevant miptree code for me.
src/mesa/drivers/dri/radeon/radeon_texture.c