diff options
author | Gareth Hughes <[email protected]> | 2001-03-28 20:44:43 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-03-28 20:44:43 +0000 |
commit | 0a59ca6cae6ef24990f1c41c8c7857214489443c (patch) | |
tree | 209540eb19ac3ad222e060b86ed788d38237a56b /src/mesa/x86/mmx.h | |
parent | 38f28665bf9fb5b2464738ca5074848ec2777ae1 (diff) |
New type system for assembly code. Asm files should now include
matypes.h, which includes assyntax.h and is generated from the core Mesa
header files.
Diffstat (limited to 'src/mesa/x86/mmx.h')
-rw-r--r-- | src/mesa/x86/mmx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/x86/mmx.h b/src/mesa/x86/mmx.h index 4cac6b8d4e5..4e35bf415c1 100644 --- a/src/mesa/x86/mmx.h +++ b/src/mesa/x86/mmx.h @@ -1,4 +1,4 @@ -/* $Id: mmx.h,v 1.5 2001/03/03 21:11:32 brianp Exp $ */ +/* $Id: mmx.h,v 1.6 2001/03/28 20:44:44 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -28,10 +28,8 @@ #ifndef ASM_MMX_H #define ASM_MMX_H - extern void _ASMAPI _mesa_mmx_blend_transparency( GLcontext *ctx, GLuint n, const GLubyte mask[], GLubyte rgba[][4], const GLubyte dest[][4] ); - #endif |