Re: [Mesa-dev] [PATCH 1/2] swr/rast: don't create wrapper for every Create LLVM call

2019-04-04 Thread Hota, Alok
> > Can you elaborate what seems to be the problem? I'm more than happy to > > rework the patch so it works for you guys - do you have a WIP branch > > somewhere? > > > Humble ping? > > It's been 2 months since I've put this forward. In this time we could have > merged it resolving a massive hack

Re: [Mesa-dev] [PATCH 1/2] swr/rast: don't create wrapper for every Create LLVM call

2019-04-04 Thread Emil Velikov
On Mon, 25 Feb 2019 at 18:19, Emil Velikov wrote: > > Sorry to let this hang for so long. > > After some review, it looks like we have some upcoming changes internally > > that would be complicated with this change, and with this approach. At the > > time, I think we will hold off on this

Re: [Mesa-dev] [PATCH 1/2] swr/rast: don't create wrapper for every Create LLVM call

2019-02-25 Thread Emil Velikov
s.freedesktop.org > > Subject: Re: [Mesa-dev] [PATCH 1/2] swr/rast: don't create wrapper for > > every Create LLVM call > > > > On Mon, 4 Feb 2019 at 17:04, Hota, Alok wrote: > > > > > > > -Original Message- > > > > From: mesa-dev [mai

Re: [Mesa-dev] [PATCH 1/2] swr/rast: don't create wrapper for every Create LLVM call

2019-02-25 Thread Hota, Alok
ay, February 4, 2019 3:21 AM > > > To: mesa-dev@lists.freedesktop.org > > > Cc: mesa-sta...@lists.freedesktop.org; emil.l.veli...@gmail.com; > > > Hota, Alok > > > Subject: [Mesa-dev] [PATCH 1/2] swr/rast: don't create wrapper for > > > every Create LLVM call

Re: [Mesa-dev] [PATCH 1/2] swr/rast: don't create wrapper for every Create LLVM call

2019-02-11 Thread Emil Velikov
.freedesktop.org > > Cc: mesa-sta...@lists.freedesktop.org; emil.l.veli...@gmail.com; Hota, Alok > > > > Subject: [Mesa-dev] [PATCH 1/2] swr/rast: don't create wrapper for every > > Create LLVM call > > > > We user only a fraction (approximatelly 1/4) of the API - generate only &g

Re: [Mesa-dev] [PATCH 1/2] swr/rast: don't create wrapper for every Create LLVM call

2019-02-04 Thread Hota, Alok
gt; > Subject: [Mesa-dev] [PATCH 1/2] swr/rast: don't create wrapper for every > Create LLVM call > > We user only a fraction (approximatelly 1/4) of the API - generate only those. > > This way, we spend less time processing and generate smaller file. This also > removes the

[Mesa-dev] [PATCH 1/2] swr/rast: don't create wrapper for every Create LLVM call

2019-02-04 Thread Emil Velikov
We user only a fraction (approximatelly 1/4) of the API - generate only those. This way, we spend less time processing and generate smaller file. This also removes the need for hacks needed for compiling files bootstrapped with another LLVM version. Cc: Alok Hota Cc: Bruce Cherniak Cc: