[Mesa-dev] [PATCH 3/3] softpipe: Don't use llvm in draw

Jakob Bornecrantz wallbraker at gmail.com
Mon Jan 9 10:28:20 PST 2012


Signed-off-by: Jakob Bornecrantz <wallbraker at gmail.com>
---
 src/gallium/drivers/softpipe/sp_context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c
index a720600..dd81442 100644
--- a/src/gallium/drivers/softpipe/sp_context.c
+++ b/src/gallium/drivers/softpipe/sp_context.c
@@ -305,7 +305,7 @@ softpipe_create_context( struct pipe_screen *screen,
    /*
     * Create drawing context and plug our rendering stage into it.
     */
-   softpipe->draw = draw_create(&softpipe->pipe);
+   softpipe->draw = draw_create_no_llvm(&softpipe->pipe);
    if (!softpipe->draw) 
       goto fail;
 
-- 
1.7.5.4



More information about the mesa-dev mailing list