Separate TGSI_OPCODE_KIL and TGSI_OPCODE_KILP (predicated).
authorBrian <brian.paul@tungstengraphics.com>
Tue, 2 Oct 2007 23:07:30 +0000 (17:07 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 2 Oct 2007 23:07:30 +0000 (17:07 -0600)
commit066ccec49485f0b6d314ef555e4b2a68f68c3804
treedcefe22584be732027a39fc6d059aca190b867b3
parentca34912bf7e57a01b180a3bb3b6e36331f442558
Separate TGSI_OPCODE_KIL and TGSI_OPCODE_KILP (predicated).

These correspond to the NV and ARB-style fragment program KIL instructions.
The former is really supposed to examine the NV condition codes but Mesa's
GLSL compiler always emits unconditional KIL instructions.
src/mesa/pipe/tgsi/exec/tgsi_dump.c
src/mesa/pipe/tgsi/exec/tgsi_exec.c
src/mesa/pipe/tgsi/exec/tgsi_token.h
src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c