diff options
author | ldelgass <ldelgass> | 2003-03-30 04:49:52 +0000 |
---|---|---|
committer | ldelgass <ldelgass> | 2003-03-30 04:49:52 +0000 |
commit | b8c3a04c9a0316029234e9f6d23bd41fc3d6b21f (patch) | |
tree | 04302240ba49af242bd168881e18855a8a1b863a /xc/extras/Mesa/src/X86/mmx.h | |
parent | ebce8f934a8bb868f6d390ec3b35a3dc2ae18c0b (diff) |
Merge trunk - 4.3.0, filpmach64-0-0-6-20030330
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 |