intel: Remove unnecessary minimum pitch alignment to 32 bytes.
authorEric Anholt <eric@anholt.net>
Thu, 23 Sep 2010 22:47:53 +0000 (15:47 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 23 Sep 2010 23:04:55 +0000 (16:04 -0700)
commit2337f364b193c6379ecd5744743b26a5e75e73ae
tree41687aeb9bf9d37e0f3667798bf432e3c868d39f
parent92762842a0724831a92aa9f76eb52a19cc179649
intel: Remove unnecessary minimum pitch alignment to 32 bytes.

This broke with the cleanup I did in convolution removal.  It's
unnecessary anyway since region_alloc_tiled adjusts pitches for us (64
byte alignment)
src/mesa/drivers/dri/intel/intel_tex_image.c