glsl_to_tgsi: remove handling of XPD opcode in compile_tgsi_instruction()
authorBryan Cain <bryancain3@gmail.com>
Fri, 24 Jun 2011 00:53:37 +0000 (19:53 -0500)
committerBryan Cain <bryancain3@gmail.com>
Mon, 1 Aug 2011 22:59:08 +0000 (17:59 -0500)
commit7ec7dd4fb6ae6c8aa29988754476e1212eb986ef
tree0d334059d60d3692a8dd9fe22bb8f21c7b496568
parent8b881ad1c3d9dd3c96afbdbb608a7240d40e9c92
glsl_to_tgsi: remove handling of XPD opcode in compile_tgsi_instruction()

The opcode is never emitted by the glsl_to_tgsi_visitor, so its special case in
compile_tgsi_instruction() was dead code.
src/mesa/state_tracker/st_glsl_to_tgsi.cpp