Merge branch 'origin'
[mesa.git] / src / mesa / math / m_translate.h
index d76eac693937a60633dc0882a3560b64bfa6013e..0bcf96005c79213251899d12148b7c0376e9dedb 100644 (file)
@@ -101,7 +101,7 @@ extern void _math_trans_4f(GLfloat (*to)[4],
                           GLuint n );
 
 /** Convert to normalized floats in [0,1] or [-1, 1] */
-extern void _math_trans_4fc(GLfloat (*to)[4],
+extern void _math_trans_4fn(GLfloat (*to)[4],
                            CONST void *ptr,
                            GLuint stride,
                            GLenum type,
@@ -109,7 +109,7 @@ extern void _math_trans_4fc(GLfloat (*to)[4],
                            GLuint start,
                            GLuint n );
 
-extern void _math_trans_3f(GLfloat (*to)[3],
+extern void _math_trans_3fn(GLfloat (*to)[3],
                           CONST void *ptr,
                           GLuint stride,
                           GLenum type,