commit | 66d9ac5ac7896538d38f57950888a0184c933925 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Wed Jul 25 07:33:19 2012 -0600 |
committer | Brian Paul <brianp@vmware.com> | Thu Jul 26 13:59:44 2012 -0600 |
tree | 5633a18dcb754bcf292c3ff8d2667e7849262c77 | |
parent | 50db8129152f3d5ea8db13d55f82673d53bf1b8f [diff] |
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>