Initial support of loop and subroutine instructions.
authorBrian <brian@yutani.localnet.net>
Mon, 5 Feb 2007 18:28:15 +0000 (11:28 -0700)
committerBrian <brian@yutani.localnet.net>
Mon, 5 Feb 2007 18:28:15 +0000 (11:28 -0700)
commit01001d80e26143ac768115ccb2266db2b24d4fa0
tree193823bef28d0fb428e7ad42317811ed4116316a
parentdd34fe8679fa200e55cfaf8e80bbecdecea084e3
Initial support of loop and subroutine instructions.

New high-level flow-control instructions, both at IR level and GPU instructions
for looping and subroutines.
src/mesa/shader/prog_instruction.c
src/mesa/shader/prog_instruction.h
src/mesa/shader/slang/slang_codegen.c
src/mesa/shader/slang/slang_emit.c
src/mesa/shader/slang/slang_ir.h
src/mesa/swrast/s_fragprog.c
src/mesa/tnl/t_vb_arbprogram.c