tgsi: Declare a LOOP register.
authorMichal Krol <michal@vmware.com>
Thu, 30 Jul 2009 08:34:06 +0000 (10:34 +0200)
committerMichal Krol <michal@vmware.com>
Thu, 30 Jul 2009 08:34:06 +0000 (10:34 +0200)
commitcf8907018e449580b397f09c267219a612ba5db4
tree96896702f6ecc09b92e730e07dbd9cf54581b66d
parent65fb2c52f9e86627652cac0d4139b40bef102596
tgsi: Declare a LOOP register.

The only valid usage for LOOP/ENDLOOP instructions
is LOOP[0] as a destination register.
The only valid usage for the remaining instructions
is LOOP[0].x as an indirect register.
src/gallium/auxiliary/tgsi/tgsi_dump.c
src/gallium/auxiliary/tgsi/tgsi_dump_c.c
src/gallium/auxiliary/tgsi/tgsi_sanity.c
src/gallium/auxiliary/tgsi/tgsi_text.c
src/gallium/include/pipe/p_shader_tokens.h