From 86e6f7a73bdbced24e10fb80fdcba591e0568120 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 19 Aug 2017 21:41:57 +0200 Subject: gallium: remove TGSI opcode DP2A use DP3 instead. Reviewed-by: Roland Scheidegger --- src/gallium/auxiliary/tgsi/tgsi_lowering.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/auxiliary/tgsi/tgsi_lowering.h') diff --git a/src/gallium/auxiliary/tgsi/tgsi_lowering.h b/src/gallium/auxiliary/tgsi/tgsi_lowering.h index 20e4f843a92..85e4b8e9833 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_lowering.h +++ b/src/gallium/auxiliary/tgsi/tgsi_lowering.h @@ -67,7 +67,6 @@ struct tgsi_lowering_config unsigned lower_DP3:1; unsigned lower_DPH:1; unsigned lower_DP2:1; - unsigned lower_DP2A:1; unsigned lower_FLR:1; unsigned lower_CEIL:1; unsigned lower_TRUNC:1; -- cgit v1.2.3