i965g: hook into build system
authorKeith Whitwell <keithw@vmware.com>
Sat, 24 Oct 2009 10:55:25 +0000 (11:55 +0100)
committerKeith Whitwell <keithw@vmware.com>
Sat, 24 Oct 2009 10:55:25 +0000 (11:55 +0100)
configs/default
configs/linux-dri

index c3bb47e70df109b8f817c92fe64e5c44174ab6a2..bc2f0995154812d259f0392f9b661b61576ac798 100644 (file)
@@ -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 =
index 6c3c0ab92115ddfa0d13935645b030bdad650fc1..b2394d13921b63b6cef3f5daf7e08f5679d4a965 100644 (file)
@@ -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