From: Keith Whitwell Date: Mon, 21 Dec 2009 19:18:41 +0000 (+0000) Subject: Merge commit 'origin/master' into i965g-restart X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5585cb533af3d4e5d5324d5f526447b98597402;p=mesa.git Merge commit 'origin/master' into i965g-restart Conflicts: SConstruct configs/default configs/linux-dri --- a5585cb533af3d4e5d5324d5f526447b98597402 diff --cc SConstruct index d4db812db55,f43c10cecb3..6ba2984537f --- a/SConstruct +++ b/SConstruct @@@ -32,10 -32,10 +32,10 @@@ import commo default_statetrackers = 'mesa' if common.default_platform in ('linux', 'freebsd', 'darwin'): - default_drivers = 'softpipe,failover,i915,i965,trace,identity,llvmpipe' - default_drivers = 'softpipe,failover,svga,i915,trace,identity,llvmpipe' ++ default_drivers = 'softpipe,failover,svga,i915,i965,trace,identity,llvmpipe' default_winsys = 'xlib' elif common.default_platform in ('winddk',): - default_drivers = 'softpipe,i915,i965,trace,identity' - default_drivers = 'softpipe,svga,i915,trace,identity' ++ default_drivers = 'softpipe,svga,i915,i965,trace,identity' default_winsys = 'all' else: default_drivers = 'all' @@@ -46,9 -46,9 +46,9 @@@ common.AddOptions(opts opts.Add(ListVariable('statetrackers', 'state trackers to build', default_statetrackers, ['mesa', 'python', 'xorg'])) opts.Add(ListVariable('drivers', 'pipe drivers to build', default_drivers, - ['softpipe', 'failover', 'i915', 'i965', 'cell', 'trace', 'r300', 'identity', 'llvmpipe'])) - ['softpipe', 'failover', 'svga', 'i915', 'cell', 'trace', 'r300', 'identity', 'llvmpipe'])) ++ ['softpipe', 'failover', 'svga', 'i915', 'i965', 'cell', 'trace', 'r300', 'identity', 'llvmpipe'])) opts.Add(ListVariable('winsys', 'winsys drivers to build', default_winsys, - ['xlib', 'intel', 'i965', 'gdi', 'radeon'])) - ['xlib', 'vmware', 'intel', 'gdi', 'radeon'])) ++ ['xlib', 'vmware', 'intel', 'i965', 'gdi', 'radeon'])) opts.Add(EnumVariable('MSVS_VERSION', 'MS Visual C++ version', None, allowed_values=('7.1', '8.0', '9.0'))) diff --cc configs/default index bc2f0995154,15f9285dbf6..e6f66ed0354 --- a/configs/default +++ b/configs/default @@@ -96,7 -96,7 +96,7 @@@ EGL_DRIVERS_DIRS = dem 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 = i965 softpipe i915 failover trace identity -GALLIUM_DRIVERS_DIRS = softpipe failover svga i915 trace identity ++GALLIUM_DRIVERS_DIRS = softpipe failover svga i915 i965 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 --cc configs/linux-dri index b2394d13921,0802543347a..c54583a0c82 --- a/configs/linux-dri +++ b/configs/linux-dri @@@ -60,7 -60,8 +60,7 @@@ EGL_DRIVERS_DIRS = demo gl DRIVER_DIRS = dri WINDOW_SYSTEM = dri GALLIUM_WINSYS_DIRS = drm - GALLIUM_WINSYS_DRM_DIRS = intel i965 - GALLIUM_STATE_TRACKERS_DIRS = egl dri -GALLIUM_WINSYS_DRM_DIRS = vmware intel ++GALLIUM_WINSYS_DRM_DIRS = vmware intel i965 + GALLIUM_STATE_TRACKERS_DIRS = egl -DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon \ - savage sis tdfx unichrome ffb swrast +DRI_DIRS = i915 i965