summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_translate.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-08-20 07:21:41 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-08-20 07:21:41 +0000
commit12c037dbff3d5a812e31624645d577413cd54122 (patch)
treef9ef3af36fb03266bcfa89ed61578655ca2e2ec0 /src/mesa/math/m_translate.h
parent9ec58c2c5bbf90428a0e8e1c4f4af3805c602cd3 (diff)
Use correct conversions when translating array colors.
Diffstat (limited to 'src/mesa/math/m_translate.h')
-rw-r--r--src/mesa/math/m_translate.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/math/m_translate.h b/src/mesa/math/m_translate.h
index c473f83d6f..527c7063d6 100644
--- a/src/mesa/math/m_translate.h
+++ b/src/mesa/math/m_translate.h
@@ -85,6 +85,14 @@ extern void _math_trans_4f(GLfloat (*to)[4],
GLuint start,
GLuint n );
+extern void _math_trans_4fc(GLfloat (*to)[4],
+ CONST void *ptr,
+ GLuint stride,
+ GLenum type,
+ GLuint size,
+ GLuint start,
+ GLuint n );
+
extern void _math_trans_3f(GLfloat (*to)[3],
CONST void *ptr,
GLuint stride,