summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-02-17 12:20:05 +0000
committerKeith Whitwell <keithw@vmware.com>2009-02-17 12:20:05 +0000
commit7ca78a07b37e4cce0e258f711c6f8bbe1d98a633 (patch)
treefb2ef387a1d3b5fcda0df77a6b4978012ef25288 /configs
parentbefa4ff50ec4728de70c04532f8c7342fbd70147 (diff)
softpipe: update to new draw interfaces
Diffstat (limited to 'configs')
-rw-r--r--configs/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default
index a90d46f18e1..2566a860a27 100644
--- a/configs/default
+++ b/configs/default
@@ -92,7 +92,7 @@ EGL_DRIVERS_DIRS = demo
GALLIUM_DIRS = auxiliary drivers state_trackers
GALLIUM_AUXILIARY_DIRS = draw translate cso_cache pipebuffer tgsi sct rtasm util indices
GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a)
-GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple failover trace
+GALLIUM_DRIVER_DIRS = softpipe #i915simple i965simple failover trace
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)
GALLIUM_WINSYS_DIRS = xlib egl_xlib
GALLIUM_WINSYS_DRM_DIRS =