diff options
author | José Fonseca <[email protected]> | 2012-02-21 16:04:54 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2012-02-21 16:04:54 +0000 |
commit | 6fd62c998a178dcb4f1fddb6b1b46705f09ef8d9 (patch) | |
tree | 8749b207a44c2f966b77a3e35f260286699d7e24 /src/gallium/drivers/llvmpipe/Makefile | |
parent | 37f97e1753af20a7161f61e99cb203b214e00641 (diff) |
llvmpipe: Remove lp_test_sincos.
Completely replaced by lp_test_arit.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r-- | src/gallium/drivers/llvmpipe/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index f9301354fc5..1a4e93d7ce3 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -55,16 +55,13 @@ PROGS := lp_test_format \ lp_test_blend \ lp_test_conv \ lp_test_printf \ - lp_test_round \ - lp_test_sincos + lp_test_round # Need this for the lp_test_*.o files CLEAN_EXTRA = *.o include ../../Makefile.template -lp_test_sincos.o : sse_mathfun.h - PROGS_DEPS := ../../auxiliary/libgallium.a lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxiliary/util/u_format_pack.py ../../auxiliary/util/u_format.csv |