diff options
author | Dylan Baker <[email protected]> | 2017-10-10 14:27:19 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-16 16:32:43 -0700 |
commit | de24d61765011ed4bfc169b8ad8cf67e86b1f3bd (patch) | |
tree | bbbf37066b5b5d9ef08120def0529122a1bbf5ea /meson_options.txt | |
parent | 813b4b09f9d0168357b165566d403186cfe83701 (diff) |
meson: build softpipe
This doesn't include llvmpipe.
v2: - Fix inconsistent use of with_gallium_swrast and
with_gallium_softpipe.
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index c3f8ddc7980..d7304ab664c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -22,11 +22,11 @@ option('platforms', type : 'string', value : 'x11,wayland,drm', description : 'comma separated list of window systems to support. wayland, x11, surfaceless, drm, etc.') option('dri3', type : 'combo', value : 'auto', choices : ['auto', 'yes', 'no'], description : 'enable support for dri3') -option('dri-drivers', type : 'string', value : 'swrast,i915,i965', +option('dri-drivers', type : 'string', value : 'i915,i965', description : 'comma separated list of dri drivers to build.') option('dri-drivers-path', type : 'string', value : '', description : 'Location of dri drivers. Default: $libdir/dri.') -option('gallium-drivers', type : 'string', value : 'radeonsi,nouveau', +option('gallium-drivers', type : 'string', value : 'radeonsi,nouveau,swrast', description : 'comma separated list of gallium drivers to build.') option('gallium-media', type : 'string', value : '', description : 'comma separated list of gallium media APIs to build (omx,va,vdpau,xvmc).') |