mesa: Split _mesa_generate_mipmap along compressed/uncompressed lines.
authorEric Anholt <eric@anholt.net>
Fri, 10 Jun 2011 19:00:23 +0000 (12:00 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 14 Jun 2011 18:17:39 +0000 (11:17 -0700)
commitba55ccd312e8a025f568ffcdc622660f146e2147
tree9f5652771eade6e96b8a54a9dd47353740ae9321
parentb9fbb9df22ab8ef869730c8b5c1eb79f4f48038e
mesa: Split _mesa_generate_mipmap along compressed/uncompressed lines.

The path taken is wildly different based on this (do we generate from
a temporary image, or from level-1's data), and we appear to have
stride bugs in the compressed case that are tough to disentangle.

This just duplicates the code for the moment, the followon commit will
do the actual changes.  Only real code change here is handling
maxLevel in one common place.
src/mesa/main/mipmap.c