mesa: test for cube map completeness in glGenerateMipmap()
authorBrian Paul <brianp@vmware.com>
Mon, 6 Dec 2010 22:11:41 +0000 (15:11 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 7 Dec 2010 00:10:05 +0000 (17:10 -0700)
commitecb7cc3319a74bda1edc226a1103f0e1a86d92a9
tree09b2b406453631a67f5ebb976f04ca3bd9016c6c
parentc17c7903871b031162e41d6495a1bef64844e19b
mesa: test for cube map completeness in glGenerateMipmap()

The texture is not cube complete if the base level images aren't of
the same size and format.

NOTE: This is a candidate for the 7.9 branch.
src/mesa/main/fbobject.c
src/mesa/main/texobj.c
src/mesa/main/texobj.h