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 /src/gallium/meson.build | |
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 'src/gallium/meson.build')
-rw-r--r-- | src/gallium/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build index 42c05824991..ea7f1d2ef64 100644 --- a/src/gallium/meson.build +++ b/src/gallium/meson.build @@ -31,6 +31,7 @@ subdir('drivers/rbug') subdir('drivers/radeon') subdir('drivers/radeonsi') subdir('drivers/nouveau') +subdir('drivers/softpipe') subdir('winsys/sw/null') subdir('winsys/sw/dri') subdir('winsys/sw/kms-dri') @@ -47,7 +48,6 @@ subdir('state_trackers/dri') # TODO: etnaviv # TODO: IMX # TODO: PL111 -# TODO: softpipe # TODO: llvmpipe # TODO: SWR # TODO: vc4 |