Files
third_party_mesa3d/src
Zack Rusin 85c7ec70ad llvmpipe: switch to using dynamic stack allocation instead of registers
with mutable vars we don't need to follow the phi nodes. meaning that
control flow becomes trivial as we don't have scan the rest of the tgsi
to figure out the variable usage anymore. futhermore the memory2register
pass promotes alloca/store/load to registers while inserting the right phi
nodes. so we get simplicity and performance.
2010-02-08 21:50:33 -05:00
..
2009-01-10 13:52:06 -05:00
2010-01-28 01:19:53 -08:00
2010-01-28 18:07:04 -08:00
2010-02-08 17:18:02 +10:00