[Mesa-dev] [PATCH v2 6/8] gallium: Enable swr driver

Emil Velikov emil.l.velikov at gmail.com
Thu Nov 10 14:13:57 UTC 2016


"gallium/targets: scons: wire swr support for libgl-gdi/libgl-xlib/osmesa"

... or alike ?

> +import SCons.Script.SConscript
> +

> +    if 'swr' in SCons.Script.ARGUMENTS and SCons.Script.ARGUMENTS['swr']:
With the "move this to top level" suggestion this will read roughly as

if env['swr']:

-Emil


More information about the mesa-dev mailing list