meta: Actually use mipmapping when generating mipmaps.
authorEric Anholt <eric@anholt.net>
Wed, 12 Jan 2011 18:12:00 +0000 (10:12 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 12 Jan 2011 19:08:07 +0000 (11:08 -0800)
commite1fb511570e9b2a4d015332b7d80f469bf334b2a
treed5151b5e7a7cc891693438882a03b907386ea03f
parente880a57a71bbd5152ed26367dcc7051f21c20981
meta: Actually use mipmapping when generating mipmaps.

With the change to not reset baselevel, this GL_LINEAR filtering was
resulting in generating mipmaps off of the base level instead of the
next higher detail level.  Fixes fbo-generatemipmap-filtering.

Reported by: Neil Roberts <neil@linux.intel.com>
src/mesa/drivers/common/meta.c