tgsi: fix regression in indexed const lookups
authorKeith Whitwell <keithw@vmware.com>
Mon, 20 Jul 2009 18:28:34 +0000 (19:28 +0100)
committerKeith Whitwell <keithw@vmware.com>
Mon, 20 Jul 2009 18:32:28 +0000 (19:32 +0100)
commit27a19be8d1c59c64240198261af348b868b101e4
tree9738e07407910d2a64d6f189a9469ee6bbd9872e
parent91512fa019f920f08bd428c00aba24681f9d65ab
tgsi: fix regression in indexed const lookups

This function was calling get_input_base() and get_output_base() to
get the names of a couple of register to use as temps.  Those
functions no longer return registers, so adjust it to get the
registers elsewhere.

This change doesn't address the issue that it's a fairly poor way to
grab a register name by calling a function with an apparently
unrelated meaning.
src/gallium/auxiliary/tgsi/tgsi_sse2.c