gallium: replace pipe_type enum with tgsi_return_type enum
authorBrian Paul <brianp@vmware.com>
Sat, 20 Sep 2014 14:32:39 +0000 (08:32 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 22 Sep 2014 22:56:24 +0000 (16:56 -0600)
commite7a614c60c21a961d88f8cfd78969052fa7a2685
tree0f5d45d3696562cf6dcf1e43375805a454141ee7
parent9ce72ac1fa13e7e0cec3348816b70602a0982c55
gallium: replace pipe_type enum with tgsi_return_type enum

The only place the enum pipe_type was used is for the TGSI sampler
view return type.  So make it a TGSI type.  Note: it appears this
part of TGSI isn't used by anyone so it may be removed in the future.

v2: the new name is tgsi_return_type, not tgsi_type.  This means we
can drop the previously posted tgsi_type -> tgsi_opcode_type patch.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_build.c
src/gallium/auxiliary/tgsi/tgsi_dump.c
src/gallium/auxiliary/tgsi/tgsi_strings.c
src/gallium/auxiliary/tgsi/tgsi_strings.h
src/gallium/auxiliary/tgsi/tgsi_text.c
src/gallium/include/pipe/p_format.h
src/gallium/include/pipe/p_shader_tokens.h