mesa: only test cube face widths in _mesa_test_texobj_completeness()
authorBrian Paul <brianp@vmware.com>
Tue, 20 Mar 2012 13:46:47 +0000 (07:46 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 20 Mar 2012 15:43:10 +0000 (09:43 -0600)
commit75f82b5d580296a27ed026bc257763bfe24cfa60
tree5a871bc534dcb0421f3fb2cf7074c806075d946f
parent2cbccfdcb09322f5711cff995f9a2953af355d35
mesa: only test cube face widths in _mesa_test_texobj_completeness()

As Eric pointed out, we know the cube faces are square at this point
so we only need to test the texture widths for consistency.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/texobj.c