summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-02-19 23:15:28 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-02-19 23:16:57 +0100
commit9c9fcc83c03c8f944236a892d96305e98f0bffdd (patch)
tree1180532a3219ae40eb733f64644a710c021e5ef2 /configs
parent4e37f108065cc13a01117915c38d185811df6e4f (diff)
gallium: Renable pipe drivers disabled during vbuf changes
i965simple is not enabled because it is still broken.
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 2566a860a2..241e892959 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 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 =