From 70daad6a99c9815fd55ffa016d35684e4414f257 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Fri, 15 Feb 2013 03:04:33 +0100 Subject: [PATCH] gallivm: DIV shouldn't be deprecated. (Though it looks glsl won't emit it.) Reviewed-by: Jose Fonseca --- src/gallium/auxiliary/gallivm/lp_bld_tgsi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c index a4fea7d2961..53c81bd1fc2 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c @@ -211,7 +211,6 @@ lp_build_tgsi_inst_llvm( case TGSI_OPCODE_X2D: case TGSI_OPCODE_ARA: case TGSI_OPCODE_BRA: - case TGSI_OPCODE_DIV: case TGSI_OPCODE_PUSHA: case TGSI_OPCODE_POPA: case TGSI_OPCODE_SAD: