Initial conditional execution support for loops and BRK instruction.
authorBrian <brian.paul@tungstengraphics.com>
Sat, 29 Sep 2007 16:43:29 +0000 (10:43 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Sat, 29 Sep 2007 16:43:29 +0000 (10:43 -0600)
commit78f3cd1e08d68111a2db308c000b94cc580b3cad
treede8fd7a55ec37e47512fb554988af87f7054aa7a
parent91550f0a17488f41da4829a627db90f0081250dc
Initial conditional execution support for loops and BRK instruction.

Also, instead of passing cond mask to each micro op, just apply it in the
store_dest() function.
src/mesa/pipe/tgsi/exec/tgsi_exec.c
src/mesa/pipe/tgsi/exec/tgsi_exec.h