llvmpipe: enable draw llvm by default
authorZack Rusin <zackr@vmware.com>
Fri, 9 Apr 2010 23:17:04 +0000 (19:17 -0400)
committerZack Rusin <zackr@vmware.com>
Mon, 19 Apr 2010 16:53:27 +0000 (12:53 -0400)
src/gallium/drivers/llvmpipe/lp_context.c

index 900740e..efdc245 100644 (file)
@@ -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 )