OSDN Git Service

llvmpipe: Unit test for sin/cos that compares against reference implementation.
authorQicheng Christopher Li <chrisl@vmware.com>
Mon, 24 May 2010 12:44:13 +0000 (13:44 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 24 May 2010 12:45:26 +0000 (13:45 +0100)
commit80ee3a440cd3c0403004cf35e0638fc52088b9ff
tree34d5a11f2b6a89bdf13398de1fbcbcde53311c91
parent3c929e55449410f97c7d9213d09aa88ef02c888c
llvmpipe: Unit test for sin/cos that compares against reference implementation.

Signed-off-by: José Fonseca <jfonseca@vmware.com>
src/gallium/drivers/llvmpipe/Makefile
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_test_sincos.c [new file with mode: 0644]
src/gallium/drivers/llvmpipe/sse_mathfun.h [new file with mode: 0644]