gallium: Renable pipe drivers disabled during vbuf changes
authorJakob Bornecrantz <jakob@vmware.com>
Thu, 19 Feb 2009 22:15:28 +0000 (23:15 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Thu, 19 Feb 2009 22:16:57 +0000 (23:16 +0100)
i965simple is not enabled because it is still broken.

configs/default

index 2566a860a27a24bdc776898c926b0a7da83fe95e..241e8929599131635db951118e0b4e566d6f3072 100644 (file)
@@ -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 =