mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c
authorBrian Paul <brianp@vmware.com>
Thu, 12 Feb 2009 16:17:18 +0000 (09:17 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 12 Feb 2009 16:23:46 +0000 (09:23 -0700)
commit987aedd7dc75c095a96cb20b21bbad2f71857776
tree6bf4840dbb0b8d000154f5ab5c7777ba074c578c
parentf45fa843199e86593126cb9e3b94621b31dd7589
mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c

m_xform.c is omitted from gallium builds but _mesa_transform_vector() is
still needed.
src/mesa/main/texgen.c
src/mesa/math/m_matrix.c
src/mesa/math/m_matrix.h
src/mesa/math/m_xform.c
src/mesa/math/m_xform.h