diff options
author | Brian Paul <[email protected]> | 2001-03-03 21:11:32 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-03 21:11:32 +0000 |
commit | 865322f931197c5c73c57b366b64300894565dab (patch) | |
tree | 67cddee5843e070dbb0bdf5024bf15a532e57edc /src/mesa/x86/mmx.h | |
parent | d62269757b3e40e4ddae54cc8bf0cc0e1d5d1eae (diff) |
more clean-ups
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 |