summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_matrix.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-12 09:17:18 -0700
committerBrian Paul <brianp@vmware.com>2009-02-12 09:23:46 -0700
commit987aedd7dc75c095a96cb20b21bbad2f71857776 (patch)
tree6bf4840dbb0b8d000154f5ab5c7777ba074c578c /src/mesa/math/m_matrix.h
parentf45fa843199e86593126cb9e3b94621b31dd7589 (diff)
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.
Diffstat (limited to 'src/mesa/math/m_matrix.h')
-rw-r--r--src/mesa/math/m_matrix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/math/m_matrix.h b/src/mesa/math/m_matrix.h
index a8d9000e89..3bc5de6cd4 100644
--- a/src/mesa/math/m_matrix.h
+++ b/src/mesa/math/m_matrix.h
@@ -200,6 +200,9 @@ do { \
} while (0)
+extern void
+_mesa_transform_vector(GLfloat u[4], const GLfloat v[4], const GLfloat m[16]);
+
/*@}*/