Added TGSI_OPCODE_END
authorBrian <brian.paul@tungstengraphics.com>
Tue, 2 Oct 2007 19:49:38 +0000 (13:49 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 2 Oct 2007 19:49:38 +0000 (13:49 -0600)
commit5e49ec339df1d23b1f1790c49c9f102098f42c0d
treeeb08d9f45f967b2c203ccc84d209715e17e025e1
parent4726489248283380c0693ebf4eddbe3015caf8a3
Added TGSI_OPCODE_END

Halt program execution when we get to END instruction.  The GLSL compiler
puts subroutines after the end instruction so we have to stop before then.
src/mesa/pipe/i915simple/i915_fpc_translate.c
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