Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-27 Thread Emil Velikov
On 17/06/14 19:38, Emil Velikov wrote: Hi all, As a follow up to the static/shared pipe-drivers series here is the final series (if anyone is interested I may take a look at egl + opencl) of refactoring the gallium dri targets into a single library/provider. In a nutshell: - Convert one

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-22 Thread Thomas Helland
Your v3 branch seems to work flawlessly. Autogen, make, and make install works as it used to. If anything, I think I might be seeing decreased compile-time. That might just be my imagination though. Rebooted and everything seems to be in good order. Let me know if you want me to do any more tests

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-22 Thread Emil Velikov
On 22/06/14 14:38, Thomas Helland wrote: Your v3 branch seems to work flawlessly. Autogen, make, and make install works as it used to. If anything, I think I might be seeing decreased compile-time. That might just be my imagination though. Rebooted and everything seems to be in good order.

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-21 Thread Emil Velikov
On 21/06/14 01:30, Thomas Helland wrote: Hi again, Autogen seems to work flawlessly with the updated branch. Everything builds and compiles as normal on my Ivy Bridge setup. When trying to do a make install though, something fails. I'm not sure if it's related to your changes, but at least

[Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-20 Thread Thomas Helland
I'll give it another whirl tonight, if I can find the time. 19. juni 2014 23:25 skrev Emil Velikov emil.l.veli...@gmail.com følgende: On 19/06/14 21:35, Thomas Helland wrote: Hi, I tried pulling down your git-branch, and test it out. (I'm running Intel graphics on Ivy-Bridge, Arch

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-20 Thread Thomas Helland
Hi again, Autogen seems to work flawlessly with the updated branch. Everything builds and compiles as normal on my Ivy Bridge setup. When trying to do a make install though, something fails. I'm not sure if it's related to your changes, but at least master gets further into the process before

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-19 Thread Jakob Bornecrantz
On Tue, Jun 17, 2014 at 8:38 PM, Emil Velikov emil.l.veli...@gmail.com wrote: Hi all, As a follow up to the static/shared pipe-drivers series here is the final series (if anyone is interested I may take a look at egl + opencl) of refactoring the gallium dri targets into a single

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-19 Thread Marek Olšák
Hi Jakob, libdricore was nuked quite some time ago. What classic drivers now use is all drivers in mesa_dri_drivers.so and the _dri.so files are hardlinks to that file. Marek On Thu, Jun 19, 2014 at 12:54 PM, Jakob Bornecrantz wallbra...@gmail.com wrote: On Tue, Jun 17, 2014 at 8:38 PM, Emil

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-19 Thread Jakob Bornecrantz
On Thu, Jun 19, 2014 at 1:08 PM, Marek Olšák mar...@gmail.com wrote: Hi Jakob, libdricore was nuked quite some time ago. What classic drivers now use is all drivers in mesa_dri_drivers.so and the _dri.so files are hardlinks to that file. Ah, thanks for the info. Wouldn't that mean that mesa

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-19 Thread Marek Olšák
Yes, that's correct. However, it's better to duplicate the same code twice than ten times. Marek On Thu, Jun 19, 2014 at 1:12 PM, Jakob Bornecrantz wallbra...@gmail.com wrote: On Thu, Jun 19, 2014 at 1:08 PM, Marek Olšák mar...@gmail.com wrote: Hi Jakob, libdricore was nuked quite some time

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-19 Thread Jakob Bornecrantz
Thanks again, and fair enough. :) Cheers, Jakob. On Thu, Jun 19, 2014 at 1:22 PM, Marek Olšák mar...@gmail.com wrote: Yes, that's correct. However, it's better to duplicate the same code twice than ten times. Marek On Thu, Jun 19, 2014 at 1:12 PM, Jakob Bornecrantz wallbra...@gmail.com

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-19 Thread Emil Velikov
On 19/06/14 11:54, Jakob Bornecrantz wrote: On Tue, Jun 17, 2014 at 8:38 PM, Emil Velikov emil.l.veli...@gmail.com wrote: Hi all, As a follow up to the static/shared pipe-drivers series here is the final series (if anyone is interested I may take a look at egl + opencl) of refactoring the

[Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-19 Thread Thomas Helland
Hi, I tried pulling down your git-branch, and test it out. (I'm running Intel graphics on Ivy-Bridge, Arch Linux). Using my old autogen-line failed. (It never reached the point where it says to go ahead and type make to build the stuffs) ./autogen.sh --prefix=/usr --sysconfdir=/etc

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-19 Thread Emil Velikov
On 19/06/14 21:35, Thomas Helland wrote: Hi, I tried pulling down your git-branch, and test it out. (I'm running Intel graphics on Ivy-Bridge, Arch Linux). Using my old autogen-line failed. (It never reached the point where it says to go ahead and type make to build the stuffs) Thanks

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-18 Thread Tom Stellard
On Tue, Jun 17, 2014 at 07:38:16PM +0100, Emil Velikov wrote: Hi all, As a follow up to the static/shared pipe-drivers series here is the final series (if anyone is interested I may take a look at egl + opencl) of refactoring the gallium dri targets into a single library/provider. Hi

Re: [Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-18 Thread Emil Velikov
On 18/06/14 14:09, Tom Stellard wrote: On Tue, Jun 17, 2014 at 07:38:16PM +0100, Emil Velikov wrote: Hi all, As a follow up to the static/shared pipe-drivers series here is the final series (if anyone is interested I may take a look at egl + opencl) of refactoring the gallium dri targets

[Mesa-dev] [PATCH 00/23] Megadrivers galore

2014-06-17 Thread Emil Velikov
Hi all, As a follow up to the static/shared pipe-drivers series here is the final series (if anyone is interested I may take a look at egl + opencl) of refactoring the gallium dri targets into a single library/provider. In a nutshell: - Convert one target per patch. - Merge the drm and sw