Quoting Eric Anholt (2017-10-12 12:27:21) > Dylan Baker <dy...@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.ba...@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 <e...@anholt.net>
signature.asc
Description: signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev