summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-11-12 14:23:59 -0800
committerEric Anholt <eric@anholt.net>2014-11-24 14:56:22 -0800
commit365a4a3f9a80d1b7a6d030d2921578dfc5c899c6 (patch)
tree223adbf8e987edfcedd2677fea46049cfc67e8ff /src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
parent00f7002c5c45887b204a3f14b8e3b32472cc39bb (diff)
downloadexternal_mesa3d-365a4a3f9a80d1b7a6d030d2921578dfc5c899c6.zip
external_mesa3d-365a4a3f9a80d1b7a6d030d2921578dfc5c899c6.tar.gz
external_mesa3d-365a4a3f9a80d1b7a6d030d2921578dfc5c899c6.tar.bz2
gallium: Drop the unused CND opcode.
Nothing in the tree generates it. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
index b8bdba9..147d989 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
@@ -75,7 +75,6 @@ OP12(SGE)
OP13(MAD)
OP12(SUB)
OP13(LRP)
-OP13(CND)
OP11(SQRT)
OP13(DP2A)
OP11(FRC)