commit | 7ec7dd4fb6ae6c8aa29988754476e1212eb986ef | [log] [tgz] |
---|---|---|
author | Bryan Cain <bryancain3@gmail.com> | Thu Jun 23 19:53:37 2011 -0500 |
committer | Bryan Cain <bryancain3@gmail.com> | Mon Aug 01 17:59:08 2011 -0500 |
tree | 0d334059d60d3692a8dd9fe22bb8f21c7b496568 | |
parent | 8b881ad1c3d9dd3c96afbdbb608a7240d40e9c92 [diff] |
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.