Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-20 Thread Dylan Baker
Quoting Emil Velikov (2018-12-20 03:07:43) > On Tue, 18 Dec 2018 at 21:53, Dylan Baker wrote: > > > > Quoting Emil Velikov (2018-12-18 03:09:55) > > > On Mon, 17 Dec 2018 at 22:27, Matt Turner wrote: > > > > > > > > On Mon, Dec 17, 2018 at 2:12 PM Emil Velikov > > > > wrote: > > > > >

Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-20 Thread Emil Velikov
On Tue, 18 Dec 2018 at 21:53, Dylan Baker wrote: > > Quoting Emil Velikov (2018-12-18 03:09:55) > > On Mon, 17 Dec 2018 at 22:27, Matt Turner wrote: > > > > > > On Mon, Dec 17, 2018 at 2:12 PM Emil Velikov > > > wrote: > > > > Additionally, distributions build latest loader and use it with

Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-18 Thread Dylan Baker
Quoting Emil Velikov (2018-12-18 03:09:55) > On Mon, 17 Dec 2018 at 22:27, Matt Turner wrote: > > > > On Mon, Dec 17, 2018 at 2:12 PM Emil Velikov > > wrote: > > > Additionally, distributions build latest loader and use it with DRI1 > > > era drivers. > > > > I'm curious if there are

Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-18 Thread Emil Velikov
On Mon, 17 Dec 2018 at 22:27, Matt Turner wrote: > > On Mon, Dec 17, 2018 at 2:12 PM Emil Velikov wrote: > > Additionally, distributions build latest loader and use it with DRI1 > > era drivers. > > I'm curious if there are distributions that still ships the DRI1 > drivers. Do you know which, if

Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-18 Thread Emil Velikov
On Mon, 17 Dec 2018 at 22:17, Dylan Baker wrote: > > Quoting Tobias Klausmann (2018-12-17 14:05:13) > > > > On 17.12.18 20:33, Dylan Baker wrote: > > > Quoting Emil Velikov (2018-12-17 11:10:00) > > >> On Fri, 14 Dec 2018 at 17:57, Dylan Baker wrote: > > >>> Quoting Emil Velikov (2018-12-13

Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-17 Thread Tobias Klausmann
On 17.12.18 23:16, Dylan Baker wrote: Quoting Tobias Klausmann (2018-12-17 14:05:13) On 17.12.18 20:33, Dylan Baker wrote: Quoting Emil Velikov (2018-12-17 11:10:00) On Fri, 14 Dec 2018 at 17:57, Dylan Baker wrote: Quoting Emil Velikov (2018-12-13 08:15:57) From: Emil Velikov Reasonably

Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-17 Thread Matt Turner
On Mon, Dec 17, 2018 at 2:12 PM Emil Velikov wrote: > Additionally, distributions build latest loader and use it with DRI1 > era drivers. I'm curious if there are distributions that still ships the DRI1 drivers. Do you know which, if any, do? ___

Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-17 Thread Dylan Baker
Quoting Tobias Klausmann (2018-12-17 14:05:13) > > On 17.12.18 20:33, Dylan Baker wrote: > > Quoting Emil Velikov (2018-12-17 11:10:00) > >> On Fri, 14 Dec 2018 at 17:57, Dylan Baker wrote: > >>> Quoting Emil Velikov (2018-12-13 08:15:57) > From: Emil Velikov > > Reasonably often

Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-17 Thread Tobias Klausmann
On 17.12.18 20:33, Dylan Baker wrote: Quoting Emil Velikov (2018-12-17 11:10:00) On Fri, 14 Dec 2018 at 17:57, Dylan Baker wrote: Quoting Emil Velikov (2018-12-13 08:15:57) From: Emil Velikov Reasonably often people will want to build the loader w/o any drivers. Be that debugging an issue

Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-17 Thread Dylan Baker
Quoting Emil Velikov (2018-12-17 11:10:00) > On Fri, 14 Dec 2018 at 17:57, Dylan Baker wrote: > > > > Quoting Emil Velikov (2018-12-13 08:15:57) > > > From: Emil Velikov > > > > > > Reasonably often people will want to build the loader w/o any drivers. > > > Be that debugging an issue in the

Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-17 Thread Emil Velikov
On Fri, 14 Dec 2018 at 17:57, Dylan Baker wrote: > > Quoting Emil Velikov (2018-12-13 08:15:57) > > From: Emil Velikov > > > > Reasonably often people will want to build the loader w/o any drivers. > > Be that debugging an issue in the former, distribution bundle or other. > > > > Currently

Re: [Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-14 Thread Dylan Baker
Quoting Emil Velikov (2018-12-13 08:15:57) > From: Emil Velikov > > Reasonably often people will want to build the loader w/o any drivers. > Be that debugging an issue in the former, distribution bundle or other. > > Currently there is an artificial restriction preventing people to build > a

[Mesa-dev] [PATCH] WIP: meson: allow building DRI loaders without a DRI driver

2018-12-13 Thread Emil Velikov
From: Emil Velikov Reasonably often people will want to build the loader w/o any drivers. Be that debugging an issue in the former, distribution bundle or other. Currently there is an artificial restriction preventing people to build a config like the following: meson build/ -Dglx=dri