Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.
authorBrian <brian.paul@tungstengraphics.com>
Thu, 20 Sep 2007 20:47:22 +0000 (14:47 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 20 Sep 2007 20:47:22 +0000 (14:47 -0600)
commitf69b5c56feb60791bad27d491ee9592238d4efb0
tree4e20d2ee723239121e5bf8b94a9786dc05e00440
parent478d1e2c9c73fc29542375c44d01ab964ce8eccf
Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.

Still need to produce decl instructions for vertex shaders...
13 files changed:
src/mesa/pipe/draw/draw_vertex_shader.c
src/mesa/pipe/i915simple/i915_fpc.h
src/mesa/pipe/i915simple/i915_fpc_translate.c
src/mesa/pipe/i915simple/i915_state_derived.c
src/mesa/pipe/p_state.h
src/mesa/pipe/softpipe/sp_state_derived.c
src/mesa/pipe/tgsi/exec/tgsi_build.c
src/mesa/pipe/tgsi/exec/tgsi_dump.c
src/mesa/pipe/tgsi/exec/tgsi_token.h
src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c
src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.h
src/mesa/state_tracker/st_atom_fs.c
src/mesa/state_tracker/st_atom_vs.c