r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped textures
authorMarek Olšák <maraeo@gmail.com>
Sat, 24 Jul 2010 01:07:45 +0000 (03:07 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sun, 25 Jul 2010 08:25:21 +0000 (10:25 +0200)
commit3adb5c7d45f4a38b0fbb66633c808f69082918cc
tree659843cedc1a6aa0fa47085659b6dc2d0f5d98c6
parent5603d2e4c4dd64f8d8ba265dde216bf42a9ac945
r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped textures

I don't remember why the alignment was there, but it seems to be
no longer needed. I guess it was a dirty fix for some other bug.
src/gallium/drivers/r300/r300_texture.c