[Mesa-dev] [PATCH 1/3] gallivm: DIV shouldn't be deprecated.
Jose Fonseca
jfonseca at vmware.com
Fri Feb 15 06:51:42 PST 2013
----- Original Message -----
> From: Roland Scheidegger <sroland at vmware.com>
>
> (Though it looks glsl won't emit it.)
> ---
> 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 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:
> --
> 1.7.9.5
>
Reviewed-by: Jose Fonseca <jfonseca at vmware.com>
More information about the mesa-dev
mailing list