From 533e88824af9f60a926e7b70ddd40ad1386be686 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Fri, 19 Apr 2002 10:33:34 +0000 Subject: MMX modulate belding function added. Factorization of more common MMX code. --- src/mesa/x86/mmx_blendtmp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/x86/mmx_blendtmp.h') diff --git a/src/mesa/x86/mmx_blendtmp.h b/src/mesa/x86/mmx_blendtmp.h index 395436ba01..1a8190355e 100644 --- a/src/mesa/x86/mmx_blendtmp.h +++ b/src/mesa/x86/mmx_blendtmp.h @@ -41,7 +41,7 @@ GLNAME( TAG(_mesa_mmx_blend) ): /* runin */ #define ONE(x) x #define TWO(x) - MAIN + MAIN ( EDI, ESI ) #undef ONE #undef TWO @@ -66,7 +66,7 @@ LLBL ( TAG(GMB_loop_begin) ): /* main loop */ #define ONE(x) #define TWO(x) x - MAIN + MAIN ( EDI, ESI ) #undef ONE #undef TWO @@ -91,7 +91,7 @@ LLBL ( TAG(GMB_loop_end) ): /* runout */ #define ONE(x) x #define TWO(x) - MAIN + MAIN ( EDI, ESI ) #undef ONE #undef TWO -- cgit v1.2.3