Re: [Mesa-dev] [PATCH] gallivm: More fallout from disabling with LLVM 3.6

2014-09-25 Thread Tom Stellard
On Thu, Sep 25, 2014 at 12:24:14PM +0900, Michel Dänzer wrote: > From: Michel Dänzer > > 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 > Signed-off-by: Mic

[Mesa-dev] [PATCH] gallivm: More fallout from disabling with LLVM 3.6

2014-09-24 Thread Michel Dänzer
From: Michel Dänzer 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. Signed-off-by: Michel Dänzer --- src/gallium/auxiliary/draw/draw_context.c | 2 -- src/gallium/auxiliary/draw/draw_ll