diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-10-24 11:55:25 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-10-24 11:55:25 +0100 |
commit | 7ee60648a3696d8166d76b20156c4b43fddf9e71 (patch) | |
tree | 776f1197d6b5c42638e3eb69b046fb157a131778 | |
parent | 357e5c9a0e4656bc8f68799a2a082bbdd1277b7a (diff) | |
download | external_mesa3d-7ee60648a3696d8166d76b20156c4b43fddf9e71.zip external_mesa3d-7ee60648a3696d8166d76b20156c4b43fddf9e71.tar.gz external_mesa3d-7ee60648a3696d8166d76b20156c4b43fddf9e71.tar.bz2 |
i965g: hook into build system
-rw-r--r-- | configs/default | 2 | ||||
-rw-r--r-- | configs/linux-dri | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/configs/default b/configs/default index c3bb47e..bc2f099 100644 --- a/configs/default +++ b/configs/default @@ -96,7 +96,7 @@ EGL_DRIVERS_DIRS = demo GALLIUM_DIRS = auxiliary drivers state_trackers GALLIUM_AUXILIARY_DIRS = rbug draw translate cso_cache pipebuffer tgsi sct rtasm util indices vl GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a) -GALLIUM_DRIVERS_DIRS = softpipe i915 failover trace identity +GALLIUM_DRIVERS_DIRS = i965 softpipe i915 failover trace identity GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a) GALLIUM_WINSYS_DIRS = xlib egl_xlib GALLIUM_WINSYS_DRM_DIRS = diff --git a/configs/linux-dri b/configs/linux-dri index 6c3c0ab..b2394d1 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -60,8 +60,7 @@ EGL_DRIVERS_DIRS = demo glx DRIVER_DIRS = dri WINDOW_SYSTEM = dri GALLIUM_WINSYS_DIRS = drm -GALLIUM_WINSYS_DRM_DIRS = intel -GALLIUM_STATE_TRACKERS_DIRS = egl +GALLIUM_WINSYS_DRM_DIRS = intel i965 +GALLIUM_STATE_TRACKERS_DIRS = egl dri -DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon \ - savage sis tdfx unichrome ffb swrast +DRI_DIRS = i915 i965 |