summaryrefslogtreecommitdiff
path: root/src/mesa/x86/mmx_blendtmp.h
diff options
context:
space:
mode:
authorJose Fonseca <j_r_fonseca@yahoo.co.uk>2002-04-19 10:33:34 +0000
committerJose Fonseca <j_r_fonseca@yahoo.co.uk>2002-04-19 10:33:34 +0000
commit533e88824af9f60a926e7b70ddd40ad1386be686 (patch)
tree8a95b7de00287875beeb142b2ad8d201da316575 /src/mesa/x86/mmx_blendtmp.h
parent68c48df2bf8dd57ce96db430fff1b69f40a793ce (diff)
MMX modulate belding function added.
Factorization of more common MMX code.
Diffstat (limited to 'src/mesa/x86/mmx_blendtmp.h')
-rw-r--r--src/mesa/x86/mmx_blendtmp.h6
1 files changed, 3 insertions, 3 deletions
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