diff options
author | Zack Rusin <zackr@vmware.com> | 2010-04-09 19:17:04 -0400 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2010-04-19 12:53:27 -0400 |
commit | deee1523639b4b59841ecbbdebe6797541e0e7d1 (patch) | |
tree | 1efef02e5f4dd4498eee49b2c6f6192431567440 | |
parent | 653c681ce864c40ea1876674920d3fba48a3c225 (diff) |
llvmpipe: enable draw llvm by default
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.c b/src/gallium/drivers/llvmpipe/lp_context.c index 900740e02f..efdc2450f7 100644 --- a/src/gallium/drivers/llvmpipe/lp_context.c +++ b/src/gallium/drivers/llvmpipe/lp_context.c @@ -46,7 +46,7 @@ #include "lp_setup.h" -#define USE_DRAW_LLVM 0 +#define USE_DRAW_LLVM 1 static void llvmpipe_destroy( struct pipe_context *pipe ) |