llvmpipe: enable draw llvm by default

This commit is contained in:
Zack Rusin 2010-04-09 19:17:04 -04:00
parent 653c681ce8
commit deee152363

View 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 )