diff options
Diffstat (limited to 'src/mesa/math/m_xform.h')
-rw-r--r-- | src/mesa/math/m_xform.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mesa/math/m_xform.h b/src/mesa/math/m_xform.h index 3e24ceac4a8..d9e12407ee6 100644 --- a/src/mesa/math/m_xform.h +++ b/src/mesa/math/m_xform.h @@ -1,4 +1,4 @@ -/* $Id: m_xform.h,v 1.8 2001/03/12 00:48:41 gareth Exp $ */ +/* $Id: m_xform.h,v 1.9 2001/03/12 02:02:36 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -186,15 +186,15 @@ typedef void (_XFORMAPIP transform_func)( GLvector4f *to_vec, extern GLvector4f *_mesa_project_points( GLvector4f *to, - CONST GLvector4f *from ); + CONST GLvector4f *from ); extern void _mesa_transform_bounds3( GLubyte *orMask, GLubyte *andMask, - CONST GLfloat m[16], - CONST GLfloat src[][3] ); + CONST GLfloat m[16], + CONST GLfloat src[][3] ); extern void _mesa_transform_bounds2( GLubyte *orMask, GLubyte *andMask, - CONST GLfloat m[16], - CONST GLfloat src[][3] ); + CONST GLfloat m[16], + CONST GLfloat src[][3] ); extern dotprod_func _mesa_dotprod_tab[2][5]; @@ -211,7 +211,7 @@ extern transform_func **(_mesa_transform_tab[2]); extern void _mesa_transform_point_sz( GLfloat Q[4], CONST GLfloat M[16], - CONST GLfloat P[4], GLuint sz ); + CONST GLfloat P[4], GLuint sz ); #define TransformRaw( to, mat, from ) \ |