summaryrefslogtreecommitdiff
path: root/src/mesa/x86/mmx.h
diff options
context:
space:
mode:
authorJose Fonseca <j_r_fonseca@yahoo.co.uk>2002-04-19 10:33:34 +0000
committerJose Fonseca <j_r_fonseca@yahoo.co.uk>2002-04-19 10:33:34 +0000
commit533e88824af9f60a926e7b70ddd40ad1386be686 (patch)
tree8a95b7de00287875beeb142b2ad8d201da316575 /src/mesa/x86/mmx.h
parent68c48df2bf8dd57ce96db430fff1b69f40a793ce (diff)
MMX modulate belding function added.
Factorization of more common MMX code.
Diffstat (limited to 'src/mesa/x86/mmx.h')
-rw-r--r--src/mesa/x86/mmx.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/x86/mmx.h b/src/mesa/x86/mmx.h
index 4e35bf415c..205677e19b 100644
--- a/src/mesa/x86/mmx.h
+++ b/src/mesa/x86/mmx.h
@@ -1,4 +1,4 @@
-/* $Id: mmx.h,v 1.6 2001/03/28 20:44:44 gareth Exp $ */
+/* $Id: mmx.h,v 1.7 2002/04/19 10:33:34 jrfonseca Exp $ */
/*
* Mesa 3-D graphics library
@@ -32,4 +32,8 @@ extern void _ASMAPI
_mesa_mmx_blend_transparency( GLcontext *ctx, GLuint n, const GLubyte mask[],
GLubyte rgba[][4], const GLubyte dest[][4] );
+extern void _ASMAPI
+_mesa_mmx_blend_modulate( GLcontext *ctx, GLuint n, const GLubyte mask[],
+ GLubyte rgba[][4], const GLubyte dest[][4] );
+
#endif