[Mesa-dev] [AppVeyor] mesa-webhook master #15069 completed

2020-03-28 Thread AppVeyor
Build mesa-webhook 15069 completed Commit 447890ad64 by Tomeu Vizoso on 3/27/2020 2:31 PM: Revert "gitlab-ci: Disable jobs for Collabora's LAVA lab"\n\nLab is online again.\n\nThis reverts commit 1351ee03352b12690233a73e160f92da2edecf16.\n\nSigned-off-by: Tomeu

Re: [Mesa-dev] Remove classic drivers or fork src/mesa for gallium?

2020-03-28 Thread Jason Ekstrand
On Wed, Mar 25, 2020 at 6:32 PM Marek Olšák wrote: > > > > On Thu, Dec 5, 2019 at 2:58 AM Kenneth Graunke wrote: >> >> On Tuesday, December 3, 2019 4:39:15 PM PST Marek Olšák wrote: >> > Hi, >> > >> > Here are 2 proposals to simplify and better optimize the GL->Gallium >> > translation. >> > >> >

Re: [Mesa-dev] Remove classic drivers or fork src/mesa for gallium?

2020-03-28 Thread Marek Olšák
The #include spaghetti will be resolved before the split. I don't care about including gallium, but no code will include src/mesa outside of that. The biggest part is to make src/compiler completely independent and that's a worthy goal by itself. Milestones: - make src/compiler a standalone lib -

Re: [Mesa-dev] Remove classic drivers or fork src/mesa for gallium?

2020-03-28 Thread Jason Ekstrand
On Sat, Mar 28, 2020 at 11:41 PM Marek Olšák wrote: > > The #include spaghetti will be resolved before the split. I don't care about > including gallium, but no code will include src/mesa outside of that. If we make sure that we modify the #include guards on every header in src/mesa_classic so t