summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2013-02-15 03:04:33 +0100
committerRoland Scheidegger <sroland@vmware.com>2013-02-16 02:40:36 +0100
commit70daad6a99c9815fd55ffa016d35684e4414f257 (patch)
treed9518599d29fb8ff491a6a769716f1f44cae1d13
parent00f6fe6c66a2e33ca27706a2eaaf5374647dc744 (diff)
downloadexternal_mesa3d-70daad6a99c9815fd55ffa016d35684e4414f257.zip
external_mesa3d-70daad6a99c9815fd55ffa016d35684e4414f257.tar.gz
external_mesa3d-70daad6a99c9815fd55ffa016d35684e4414f257.tar.bz2
gallivm: DIV shouldn't be deprecated.
(Though it looks glsl won't emit it.) Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_tgsi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
index a4fea7d..53c81bd 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: