r300g: workaround index bias on chipsets that do not support it
[mesa.git] / SConstruct
index 1c8a00cce95a8f2cb421e6a0c88fd70c06c5c220..76ada41f55c28ba29376bcfaf80ec1924409fd43 100644 (file)
@@ -136,6 +136,8 @@ if 'softpipe' not in env['drivers']:
     env['drivers'].append('softpipe')
 if env['llvm'] and 'llvmpipe' not in env['drivers']:
     env['drivers'].append('llvmpipe')
+if 'sw' not in env['drivers']:
+    env['drivers'].append('sw')
 
 # Includes
 env.Prepend(CPPPATH = [