From da17623c33cddf96c0f63b32e25ebc33b04a2b14 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 7 Apr 2010 13:49:29 +0100 Subject: llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine. --- src/gallium/drivers/llvmpipe/lp_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/llvmpipe/lp_context.c') diff --git a/src/gallium/drivers/llvmpipe/lp_context.c b/src/gallium/drivers/llvmpipe/lp_context.c index 62d42317d7..d94c2da2ff 100644 --- a/src/gallium/drivers/llvmpipe/lp_context.c +++ b/src/gallium/drivers/llvmpipe/lp_context.c @@ -182,7 +182,7 @@ llvmpipe_create_context( struct pipe_screen *screen, void *priv ) * Create drawing context and plug our rendering stage into it. */ #if USE_DRAW_LLVM - llvmpipe->draw = draw_create_with_llvm(llvmscreen->engine); + llvmpipe->draw = draw_create_with_llvm(); #else llvmpipe->draw = draw_create(); #endif -- cgit v1.2.3