diff options
author | Jose Fonseca <[email protected]> | 2002-04-19 10:33:34 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2002-04-19 10:33:34 +0000 |
commit | 533e88824af9f60a926e7b70ddd40ad1386be686 (patch) | |
tree | 8a95b7de00287875beeb142b2ad8d201da316575 /src/mesa/x86/mmx_blendtmp.h | |
parent | 68c48df2bf8dd57ce96db430fff1b69f40a793ce (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.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/x86/mmx_blendtmp.h b/src/mesa/x86/mmx_blendtmp.h index 395436ba015..1a8190355e4 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 |