intel: wrap _mesa_meta_GenerateMipmap()
authorBrian Paul <brianp@vmware.com>
Fri, 2 Oct 2009 14:55:25 +0000 (08:55 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 2 Oct 2009 15:03:27 +0000 (09:03 -0600)
commit7d4b348c67dbc2eff1d7dd0c043a76bc0eae57ab
treee1b2e13f93bf20fc34406ada2d42ae99b53bc53a
parentf1cab802b8e78906413f219ad354f5d5500b4d3f
intel: wrap _mesa_meta_GenerateMipmap()

Need to check if we'll take the software path so which requires mapping the
src texture image.

Fixes crash in piglit gen-compressed-teximage, bug 24219.  However, the
test still does not pass (it may never have).
src/mesa/drivers/dri/intel/intel_tex.c