[Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.
Jakob Bornecrantz
wallbraker at gmail.com
Mon Jan 9 10:28:17 PST 2012
So it turns out that softpipe uses LLVM in the draw module
since it has no way of telling draw not to use it. This patch
series fixes that. Also makes the draw initialization fail
if draw can't initialize LLVM in the normal case.
Cheers, Jakob.
Jakob Bornecrantz (3):
draw: Make it possible to create a llvm free context
draw: Fail if we fail to enable llvm when asked for it
softpipe: Don't use llvm in draw
src/gallium/auxiliary/draw/draw_context.c | 64 ++++++++++++++++++++---------
src/gallium/auxiliary/draw/draw_context.h | 2 +
src/gallium/drivers/softpipe/sp_context.c | 2 +-
3 files changed, 47 insertions(+), 21 deletions(-)
--
1.7.5.4
More information about the mesa-dev
mailing list