Use IR_LOOP to represent do-while and for-loops.
authorBrian <brian@nostromo.localnet.net>
Wed, 7 Feb 2007 22:12:13 +0000 (15:12 -0700)
committerBrian <brian@nostromo.localnet.net>
Wed, 7 Feb 2007 22:12:13 +0000 (15:12 -0700)
commit4aa487e7968d015af4fe729f697105448fcb843f
tree55be6e4c573704879db0836f5a596fcfbd341f3a
parent1f99a7514e9c36b7ce2c6c1724a6584790656415
Use IR_LOOP to represent do-while and for-loops.

Also, start moving high vs. low-level instruction selection into slang_emit.c
src/mesa/shader/slang/slang_codegen.c
src/mesa/shader/slang/slang_emit.c
src/mesa/shader/slang/slang_ir.h
src/mesa/shader/slang/slang_link.c
src/mesa/swrast/s_fragprog.c