Quoting Daniel Stone (2018-02-27 09:26:04)
> Hi Dylan,
>
> On Tue, 2018-02-27 at 09:13 -0800, Dylan Baker wrote:
> > Quoting Daniel Stone (2018-02-27 02:08:29)
> > > --- a/meson.build
> > > +++ b/meson.build
> > > @@ -100,6 +100,8 @@ if _drivers == 'auto'
> > > # TODO: PPC, Sparc
> > > i
Hi Dylan,
On Tue, 2018-02-27 at 09:13 -0800, Dylan Baker wrote:
> Quoting Daniel Stone (2018-02-27 02:08:29)
> > --- a/meson.build
> > +++ b/meson.build
> > @@ -100,6 +100,8 @@ if _drivers == 'auto'
> > # TODO: PPC, Sparc
> > if ['x86', 'x86_64'].contains(host_machine.cpu_family())
> >
Quoting Daniel Stone (2018-02-27 02:08:29)
> On all Arm architectures (ARMv7 and below as 'arm', ARMv8 and above as
> 'aarch64'), only build swrast for DRI drivers. The only classic drivers
> which could be used are r200 and NV20 cards, which seems unlikely enough
> that it shouldn't be the default
On Tuesday, 2018-02-27 10:08:29 +, Daniel Stone wrote:
> On all Arm architectures (ARMv7 and below as 'arm', ARMv8 and above as
> 'aarch64'), only build swrast for DRI drivers. The only classic drivers
> which could be used are r200 and NV20 cards, which seems unlikely enough
> that it shouldn'
On all Arm architectures (ARMv7 and below as 'arm', ARMv8 and above as
'aarch64'), only build swrast for DRI drivers. The only classic drivers
which could be used are r200 and NV20 cards, which seems unlikely enough
that it shouldn't be the default.
Signed-off-by: Daniel Stone
Reported-by: Javier