diff options
author | Brian Paul <[email protected]> | 2009-08-18 16:58:12 -0600 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:35 +0100 |
commit | 4c6fd574b1432b91c3645a3db586d3efbd9617bc (patch) | |
tree | dcb0e0a254f7f12b4b24e419d9c9927982f23f14 /configs | |
parent | 908d8d7a1b01214116e358d7641cc097212aeb50 (diff) |
llvmpipe: re-enable other gallium drivers
No more symbol collisions between drivers, AFAICT.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-llvm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm index e7cf791b3fe..5358bf5b746 100644 --- a/configs/linux-llvm +++ b/configs/linux-llvm @@ -8,8 +8,8 @@ CONFIG_NAME = linux-llvm #GALLIUM_AUXILIARY_DIRS += gallivm -# override for LLVM -GALLIUM_DRIVERS_DIRS = llvmpipe +# Add llvmpipe driver +GALLIUM_DRIVERS_DIRS += llvmpipe OPT_FLAGS = -g -ansi -pedantic DEFINES += -DDEBUG -DDEBUG_MATH -DGALLIUM_LLVMPIPE |