From ad2ac216fa0cbebc36530bf9e5256e902710b892 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 24 Nov 2000 10:25:05 +0000 Subject: Support for swappable t&l modules, including an example one in the FX driver (enable with FX_ALLOW_VTXFMT=t). --- src/mesa/math/m_xform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/math/m_xform.c') diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c index 8257d80647..a6e34e9eb2 100644 --- a/src/mesa/math/m_xform.c +++ b/src/mesa/math/m_xform.c @@ -1,4 +1,4 @@ -/* $Id: m_xform.c,v 1.3 2000/11/18 08:10:24 jtaylor Exp $ */ +/* $Id: m_xform.c,v 1.4 2000/11/24 10:25:11 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -173,7 +173,7 @@ void gl_transform_vector( GLfloat u[4], const GLfloat v[4], const GLfloat m[16] /* Useful for one-off point transformations, as in clipping. - * Note that because the matrix isn't analyzed we do too many + * Note that because the matrix isn't analysed we do too many * multiplies, and that the result is always 4-clean. */ void gl_transform_point_sz( GLfloat Q[4], const GLfloat M[16], -- cgit v1.2.3