[Mesa-dev] [PATCH v2 18/21] meson: build softpipe
Dylan Baker
dylan at pnwbakers.com
Thu Oct 12 20:59:22 UTC 2017
Quoting Eric Anholt (2017-10-12 12:27:21)
> Dylan Baker <dylan at pnwbakers.com> writes:
>
> > This doesn't include llvmpipe.
> >
> > v2: - Fix inconsistent use of with_gallium_swrast and
> > with_gallium_softpipe.
> >
> > Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> > ---
>
> > diff --git a/meson_options.txt b/meson_options.txt
> > index d29b12e5959..bb7492b9bff 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,i965',
> > +option('dri-drivers', type : 'string', value : 'i965',
> > description : 'comma separated list of dri drivers to build.')
>
> Looks like a stray change.
Actually, that's required since meson doesn't allow classic swrast and softpipe
to be built at the same time, and I think most people would prefer
softpipe/llvmpipe. Would you prefer me to split those into separate patches?
Dylan
>
> Other than that, 18-20 are:
>
> Reviewed-by: Eric Anholt <eric at anholt.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171012/7ec7d293/attachment.sig>
More information about the mesa-dev
mailing list