mesa: remove _math_matrix_alloc_inv()
authorBrian Paul <brianp@vmware.com>
Wed, 25 Jul 2012 13:33:19 +0000 (07:33 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 26 Jul 2012 19:59:44 +0000 (13:59 -0600)
commit66d9ac5ac7896538d38f57950888a0184c933925
tree5633a18dcb754bcf292c3ff8d2667e7849262c77
parent50db8129152f3d5ea8db13d55f82673d53bf1b8f
mesa: remove _math_matrix_alloc_inv()

Always allocate space for the inverse matrix in _math_matrix_ctr()
since we were always calling _math_matrix_alloc_inv() anyway.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/matrix.c
src/mesa/math/m_matrix.c
src/mesa/math/m_matrix.h
src/mesa/program/prog_statevars.c