tgsi: make function call code in tgsi_sse.c less opaque
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 15 Jul 2009 22:59:55 +0000 (23:59 +0100)
committerKeith Whitwell <keithw@vmware.com>
Thu, 16 Jul 2009 08:53:07 +0000 (09:53 +0100)
commit7fb702705a77df46074b9e09e9c5e5903036c732
tree4b007b1af1d98e456ed0e17bba5e49d2b3df9747
parent6175653d0bceedba1f599d27111bab14f312f134
tgsi: make function call code in tgsi_sse.c less opaque

Explictly pass src and dst arguments (previously dst argument was also
being used as a src).  Separate argument handling from the rest of
the function call emit.
src/gallium/auxiliary/tgsi/tgsi_exec.h
src/gallium/auxiliary/tgsi/tgsi_sse2.c