ir_to_mesa: Add support for function calls.
authorEric Anholt <eric@anholt.net>
Tue, 13 Jul 2010 19:22:05 +0000 (12:22 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 19 Jul 2010 01:13:06 +0000 (18:13 -0700)
commit7b130149427019ac9ae6d39b6871c14fb6ba2dad
treeb253642996ebc3556257637bc81c3e839cecb0fc
parent1f47245bdda2c85bf0f0174e6c24a50486b413aa
ir_to_mesa: Add support for function calls.

Unlike the previous compiler, in this case we emit only one copy of
the function regardless of how many times it's called.
src/mesa/shader/ir_to_mesa.cpp