summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-11-12 14:30:03 -0800
committerEric Anholt <eric@anholt.net>2014-11-24 14:56:22 -0800
commit8c822b1e912de9af6bb16a052bf9f188c2f4a33f (patch)
tree93e40938cdceb413b54e5e4b8a57473737c73097 /src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
parentff886c49555c2033dd5fda50459cafaf16540f86 (diff)
downloadexternal_mesa3d-8c822b1e912de9af6bb16a052bf9f188c2f4a33f.zip
external_mesa3d-8c822b1e912de9af6bb16a052bf9f188c2f4a33f.tar.gz
external_mesa3d-8c822b1e912de9af6bb16a052bf9f188c2f4a33f.tar.bz2
gallium: Drop unused X2D opcode.
Nothing in the tree generates it. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
index ed1798d..d1425bb 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
@@ -792,12 +792,6 @@ lp_emit_instruction_aos(
return FALSE;
break;
- case TGSI_OPCODE_X2D:
- /* deprecated? */
- assert(0);
- return FALSE;
- break;
-
case TGSI_OPCODE_ARR:
src0 = lp_build_emit_fetch(&bld->bld_base, inst, 0, LP_CHAN_ALL);
dst0 = lp_build_round(&bld->bld_base.base, src0);