Re: [Mesa-dev] code de-duplication and non-pci support v2

2014-01-22 Thread Kristian Høgsberg
On Sat, Jan 18, 2014 at 11:14 AM, Emil Velikov wrote: > On 16/01/14 23:29, Kristian Høgsberg wrote: >> On Sat, Jan 11, 2014 at 04:51:42PM -0500, Rob Clark wrote: >>> > On Sat, Jan 11, 2014 at 11:54 AM, Emil Velikov >>> > wrote: > > This is an updated series of Rob's patches > > >

Re: [Mesa-dev] code de-duplication and non-pci support v2

2014-01-18 Thread Emil Velikov
On 16/01/14 23:29, Kristian Høgsberg wrote: > On Sat, Jan 11, 2014 at 04:51:42PM -0500, Rob Clark wrote: >> > On Sat, Jan 11, 2014 at 11:54 AM, Emil Velikov >> > wrote: >>> > > This is an updated series of Rob's patches >>> > > >>> > > * The introduction of the util library is separated from the

Re: [Mesa-dev] code de-duplication and non-pci support v2

2014-01-17 Thread Rob Clark
On Thu, Jan 16, 2014 at 6:55 PM, Emil Velikov wrote: > On 16/01/14 23:29, Kristian Høgsberg wrote: >> On Sat, Jan 11, 2014 at 04:51:42PM -0500, Rob Clark wrote: >>> On Sat, Jan 11, 2014 at 11:54 AM, Emil Velikov >>> wrote: This is an updated series of Rob's patches * The introduct

Re: [Mesa-dev] code de-duplication and non-pci support v2

2014-01-16 Thread Emil Velikov
On 16/01/14 23:29, Kristian Høgsberg wrote: > On Sat, Jan 11, 2014 at 04:51:42PM -0500, Rob Clark wrote: >> On Sat, Jan 11, 2014 at 11:54 AM, Emil Velikov >> wrote: >>> This is an updated series of Rob's patches >>> >>> * The introduction of the util library is separated from the >>> de-duplicati

Re: [Mesa-dev] code de-duplication and non-pci support v2

2014-01-16 Thread Kristian Høgsberg
On Sat, Jan 11, 2014 at 04:51:42PM -0500, Rob Clark wrote: > On Sat, Jan 11, 2014 at 11:54 AM, Emil Velikov > wrote: > > This is an updated series of Rob's patches > > > > * The introduction of the util library is separated from the > > de-duplication. > > * Each commit targets individual part of

Re: [Mesa-dev] code de-duplication and non-pci support v2

2014-01-12 Thread Emil Velikov
On 11/01/14 16:54, Emil Velikov wrote: > This is an updated series of Rob's patches > > * The introduction of the util library is separated from the > de-duplication. > * Each commit targets individual part of mesa and it should > build/work regardless of build system/options. > * Handles a couple

Re: [Mesa-dev] code de-duplication and non-pci support v2

2014-01-11 Thread Rob Clark
On Sat, Jan 11, 2014 at 11:54 AM, Emil Velikov wrote: > This is an updated series of Rob's patches > > * The introduction of the util library is separated from the > de-duplication. > * Each commit targets individual part of mesa and it should > build/work regardless of build system/options. > * H

[Mesa-dev] code de-duplication and non-pci support v2

2014-01-11 Thread Emil Velikov
This is an updated series of Rob's patches * The introduction of the util library is separated from the de-duplication. * Each commit targets individual part of mesa and it should build/work regardless of build system/options. * Handles a couple more cases of de-duplication. * Hides the loader fun