diff options
author | Keith Whitwell <[email protected]> | 2009-02-17 12:20:05 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-02-17 12:20:05 +0000 |
commit | 7ca78a07b37e4cce0e258f711c6f8bbe1d98a633 (patch) | |
tree | fb2ef387a1d3b5fcda0df77a6b4978012ef25288 /configs/default | |
parent | befa4ff50ec4728de70c04532f8c7342fbd70147 (diff) |
softpipe: update to new draw interfaces
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
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 = |