From 865322f931197c5c73c57b366b64300894565dab Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 3 Mar 2001 21:11:32 +0000 Subject: more clean-ups --- src/mesa/x86/mmx.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/mesa/x86/mmx.h') diff --git a/src/mesa/x86/mmx.h b/src/mesa/x86/mmx.h index bc1abc152d..4cac6b8d4e 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 -- cgit v1.2.3