diff options
Diffstat (limited to 'src/mesa/x86/mmx.h')
-rw-r--r-- | src/mesa/x86/mmx.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/mesa/x86/mmx.h b/src/mesa/x86/mmx.h index bc1abc152d3..4cac6b8d4e5 100644 --- a/src/mesa/x86/mmx.h +++ b/src/mesa/x86/mmx.h @@ -1,10 +1,10 @@ -/* $Id: mmx.h,v 1.4 2000/11/05 18:41:00 keithw Exp $ */ +/* $Id: mmx.h,v 1.5 2001/03/03 21:11:32 brianp Exp $ */ /* * Mesa 3-D graphics library * Version: 3.5 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -25,17 +25,13 @@ */ - - - #ifndef ASM_MMX_H #define ASM_MMX_H extern void _ASMAPI -gl_mmx_blend_transparency( GLcontext *ctx, GLuint n, const GLubyte mask[], - GLubyte rgba[][4], const GLubyte dest[][4] ); - +_mesa_mmx_blend_transparency( GLcontext *ctx, GLuint n, const GLubyte mask[], + GLubyte rgba[][4], const GLubyte dest[][4] ); #endif |