OSDN Git Service

gallivm: More fallout from disabling with LLVM 3.6
authorMichel Dänzer <michel.daenzer@amd.com>
Thu, 25 Sep 2014 03:23:02 +0000 (12:23 +0900)
committerMichel Dänzer <michel@daenzer.net>
Fri, 26 Sep 2014 02:35:52 +0000 (11:35 +0900)
commit4a38b154fd02061d8989f8973fbc10740300bf8b
treeba31bf1d48230c6f33455af1d4490f7ea53c558a
parentcdc4de121564a47cbdac760622b6dc7112e548aa
gallivm: More fallout from disabling with LLVM 3.6

The draw module would still try to use gallivm, causing many piglit tests
to fail with an assertion failure. llvmpipe might have been similarly
affected.

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
src/gallium/auxiliary/draw/draw_context.c
src/gallium/auxiliary/draw/draw_llvm.c
src/gallium/auxiliary/gallivm/lp_bld_init.c
src/gallium/auxiliary/gallivm/lp_bld_init.h
src/gallium/drivers/llvmpipe/lp_jit.c
src/gallium/drivers/llvmpipe/lp_jit.h
src/gallium/drivers/llvmpipe/lp_screen.c
src/gallium/drivers/llvmpipe/lp_test_main.c