gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.
authorTörök Edwin <edwintorok@gmail.com>
Thu, 6 May 2010 21:19:57 +0000 (22:19 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 6 May 2010 21:43:37 +0000 (22:43 +0100)
commit4d52a25326506f8a3e876ded029ff4db7749f8a9
tree3485a586dd77ce3e177550afff6d62b31c3a1314
parent1fce9d58cc70deaff284e1d9d0ffcb15b61e7595
gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.

Note that this also requires X86 for llvm, if llvmpipe/draw_llvm works
on PPC then the condition should be extended to include && x86.

Signed-off-by: Török Edwin <edwintorok@gmail.com>
Signed-off-by: José Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/draw/draw_llvm.c
src/gallium/drivers/llvmpipe/lp_screen.c