Re: [Mesa-dev] [PATCH v2 18/21] meson: build softpipe

2017-10-12 Thread Eric Anholt
Dylan Baker writes: > [ Unknown signature status ] > Quoting Eric Anholt (2017-10-12 12:27:21) >> Dylan Baker writes: >> >> > This doesn't include llvmpipe. >> > >> > v2: - Fix inconsistent use of with_gallium_swrast and >> > with_gallium_softpipe. >> > >> > Signed-off-by: Dylan Baker >>

Re: [Mesa-dev] [PATCH v2 18/21] meson: build softpipe

2017-10-12 Thread Dylan Baker
Quoting Eric Anholt (2017-10-12 12:27:21) > Dylan Baker writes: > > > This doesn't include llvmpipe. > > > > v2: - Fix inconsistent use of with_gallium_swrast and > > with_gallium_softpipe. > > > > Signed-off-by: Dylan Baker > > --- > > > diff --git a/meson_options.txt b/meson_options.txt

Re: [Mesa-dev] [PATCH v2 18/21] meson: build softpipe

2017-10-12 Thread Eric Anholt
Dylan Baker writes: > This doesn't include llvmpipe. > > v2: - Fix inconsistent use of with_gallium_swrast and > with_gallium_softpipe. > > Signed-off-by: Dylan Baker > --- > diff --git a/meson_options.txt b/meson_options.txt > index d29b12e5959..bb7492b9bff 100644 > --- a/meson_options.t

[Mesa-dev] [PATCH v2 18/21] meson: build softpipe

2017-10-12 Thread Dylan Baker
This doesn't include llvmpipe. v2: - Fix inconsistent use of with_gallium_swrast and with_gallium_softpipe. Signed-off-by: Dylan Baker --- meson.build | 5 ++ meson_options.txt| 4 +- src/gallium/drivers/softpipe/meson.build | 85