Mesa (master): scons: added galahad to driver list

Brian Paul brianp at kemper.freedesktop.org
Fri Sep 3 22:35:36 UTC 2010


Module: Mesa
Branch: master
Commit: 14056e052b72a449cf3dc36932e44e434dd3c546
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=14056e052b72a449cf3dc36932e44e434dd3c546

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Sep  3 16:25:44 2010 -0600

scons: added galahad to driver list

---

 SConstruct |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/SConstruct b/SConstruct
index bb03e50..02e99f6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -34,7 +34,7 @@ default_statetrackers = 'mesa'
 default_targets = 'graw-null'
 
 if common.default_platform in ('linux', 'freebsd', 'darwin'):
-	default_drivers = 'softpipe,failover,svga,i915,i965,trace,identity,llvmpipe'
+	default_drivers = 'softpipe,galahad,failover,svga,i915,i965,trace,identity,llvmpipe'
 	default_winsys = 'xlib'
 elif common.default_platform in ('winddk',):
 	default_drivers = 'softpipe,svga,i915,i965,trace,identity'
@@ -51,7 +51,7 @@ common.AddOptions(opts)
 opts.Add(ListVariable('statetrackers', 'state trackers to build', default_statetrackers,
                      ['mesa', 'python', 'xorg', 'egl']))
 opts.Add(ListVariable('drivers', 'pipe drivers to build', default_drivers,
-                     ['softpipe', 'failover', 'svga', 'i915', 'i965', 'trace', 'r300', 'r600', 'identity', 'llvmpipe', 'nouveau', 'nv50', 'nvfx']))
+                     ['softpipe', 'galahad', 'failover', 'svga', 'i915', 'i965', 'trace', 'r300', 'r600', 'identity', 'llvmpipe', 'nouveau', 'nv50', 'nvfx']))
 opts.Add(ListVariable('winsys', 'winsys drivers to build', default_winsys,
                      ['xlib', 'vmware', 'i915', 'i965', 'gdi', 'radeon', 'r600', 'graw-xlib']))
 




More information about the mesa-commit mailing list