From 5c364b3ef78cd36a41c43a771efe5b631ea9559b Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 21 Apr 2010 17:30:39 +0100 Subject: draw: Make LLVM integration work without llvmpipe too (e.g. sofptipe). Prevents the assertion failure. --- src/gallium/auxiliary/draw/draw_context.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c index 710bf792fc..02abddf149 100644 --- a/src/gallium/auxiliary/draw/draw_context.c +++ b/src/gallium/auxiliary/draw/draw_context.c @@ -49,6 +49,7 @@ struct draw_context *draw_create( struct pipe_context *pipe ) goto fail; #if HAVE_LLVM + lp_build_init(); assert(lp_build_engine); draw->engine = lp_build_engine; #endif -- cgit v1.2.3