tgsi: don't print texture target for sample opcodes
authorRoland Scheidegger <sroland@vmware.com>
Fri, 12 Sep 2014 22:29:56 +0000 (00:29 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 16 Sep 2014 01:50:31 +0000 (03:50 +0200)
commit3a9eb40ee16eedb6caff90a8c0c24b7d801063f3
treeaf2d75c4c3c887017e8204aef33ed558b8fc93c6
parent84ca6bc113e72c6e6bdac84f32befdc113cb69e1
tgsi: don't print texture target for sample opcodes

sample opcodes don't encode a texture target, it would thus always
print UNKNOWN, which is not helpful (and wouldn't parse when giving
back the shader text to tgsi).

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_dump.c