From e312cf26ea1ae0445926df20c43e80363d453cb5 Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Fri, 12 Nov 1999 04:56:54 +0000 Subject: . Updates to get X86, MXX and 3DNow assembler code working with Watcom C++ and NASM. This includes lots of _ASMAPI macros to ensure that assembler functions are prototyped as __cdecl, as Watcom C++ uses register calling conventions by default. . Misc fixes to files to remove warnings generated by Watcom C++. --- src/mesa/x86/mmx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/x86/mmx.h') diff --git a/src/mesa/x86/mmx.h b/src/mesa/x86/mmx.h index c8c5eff302..f0e05cf06d 100644 --- a/src/mesa/x86/mmx.h +++ b/src/mesa/x86/mmx.h @@ -31,9 +31,9 @@ #define ASM_MMX_H -extern void +extern void _ASMAPI gl_mmx_blend_transparency( GLcontext *ctx, GLuint n, const GLubyte mask[], - GLubyte rgba[][4], const GLubyte dest[][4] ); + GLubyte rgba[][4], const GLubyte dest[][4] ); void gl_mmx_set_blend_function( GLcontext *ctx ) -- cgit v1.2.3