mesa: Make the uncompressed sw mipmap gen path do a Map per 1D array slice.
authorEric Anholt <eric@anholt.net>
Thu, 29 Sep 2011 21:09:07 +0000 (14:09 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 3 Oct 2011 20:29:38 +0000 (13:29 -0700)
commit6fc576fd8aa2680e7e35dc7108e29d0091472e33
tree314dadda39024d02af03c86c1becc7342686b813
parent229ebf511dcd9b501d9299cfc06d029d1d50079d
mesa: Make the uncompressed sw mipmap gen path do a Map per 1D array slice.

This also fixes what was probably a bug in 1D arrays with border.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/mipmap.c