diff options
Diffstat (limited to 'xc/extras/Mesa/src/X86/mmx.h')
-rw-r--r-- | xc/extras/Mesa/src/X86/mmx.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/xc/extras/Mesa/src/X86/mmx.h b/xc/extras/Mesa/src/X86/mmx.h index 9692d3f2a..8adad12b3 100644 --- a/xc/extras/Mesa/src/X86/mmx.h +++ b/xc/extras/Mesa/src/X86/mmx.h @@ -1,4 +1,4 @@ -/* $Id: mmx.h,v 1.1.1.4 2002/10/22 13:06:08 alanh Exp $ */ +/* $Id: mmx.h,v 1.9.2.1 2003/03/30 04:50:36 ldelgass Exp $ */ /* * Mesa 3-D graphics library @@ -32,4 +32,20 @@ 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_add( GLcontext *ctx, GLuint n, const GLubyte mask[], + GLubyte rgba[][4], const GLubyte dest[][4] ); + +extern void _ASMAPI +_mesa_mmx_blend_min( GLcontext *ctx, GLuint n, const GLubyte mask[], + GLubyte rgba[][4], const GLubyte dest[][4] ); + +extern void _ASMAPI +_mesa_mmx_blend_max( 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 |