i965: Drop a funny assert about mt pitch.
authorEric Anholt <eric@anholt.net>
Fri, 25 Apr 2014 22:18:14 +0000 (15:18 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 1 May 2014 22:12:27 +0000 (15:12 -0700)
commit835f90692fe3de9d5100d9877c033039f5bdb4a1
treefb886e80f423d38adc8b1396eef2973a47c6b3f0
parentb49982de6a52fdb7d0360d608badb103d15c04f1
i965: Drop a funny assert about mt pitch.

I slipped this in in the region->pitch change from pixels to bytes, but I
don't see any reason for it any more -- the libdrm code doesn't appear to
divide pitch by a cpp.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/intel_screen.c