[Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-04 Thread Marek Olšák
From: Marek Olšák Building gallium is faster by 7.5 seconds on a 4core/8thread 3GHz CPU. (gallium build time is reduced by 15% when building only radeonsi) Non-recursive makefiles are great! --- src/gallium/Makefile.am| 12 src/gallium/auxiliary/Makefile.am

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-06 Thread Nicolai Hähnle
On 04.09.2017 22:36, Marek Olšák wrote: From: Marek Olšák Building gallium is faster by 7.5 seconds on a 4core/8thread 3GHz CPU. (gallium build time is reduced by 15% when building only radeonsi) Non-recursive makefiles are great! They are! Maybe there was a problem applying the patch from

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-06 Thread Marek Olšák
This is missing I guess: diff --git a/configure.ac b/configure.ac index fb6037e..76f0879 100644 --- a/configure.ac +++ b/configure.ac @@ -2829,21 +2829,17 @@ AC_CONFIG_FILES([Makefile src/gallium/auxiliary/Makefile src/gallium/auxiliary/pipe-loader/Makefile

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-06 Thread Nicolai Hähnle
https://travis-ci.org/nhaehnle/mesa-1/jobs/272422053 I suspect the se of $(top_srcdir) is the problem. Are you testing out-of-tree builds? Cheers, Nicolai On 06.09.2017 11:50, Marek Olšák wrote: This is missing I guess: diff --git a/configure.ac b/configure.ac index fb6037e..76f0879 100644

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-06 Thread Emil Velikov
On 4 September 2017 at 21:36, Marek Olšák wrote: > From: Marek Olšák > > Building gallium is faster by 7.5 seconds on a 4core/8thread 3GHz CPU. > (gallium build time is reduced by 15% when building only radeonsi) > Some of this can be attributed to a couple libraries less to link. Speaking of whi

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-06 Thread Marek Olšák
On Wed, Sep 6, 2017 at 12:38 PM, Emil Velikov wrote: > On 4 September 2017 at 21:36, Marek Olšák wrote: >> From: Marek Olšák >> >> Building gallium is faster by 7.5 seconds on a 4core/8thread 3GHz CPU. >> (gallium build time is reduced by 15% when building only radeonsi) >> > Some of this can be

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-06 Thread Marek Olšák
On Wed, Sep 6, 2017 at 1:02 PM, Marek Olšák wrote: > On Wed, Sep 6, 2017 at 12:38 PM, Emil Velikov > wrote: >> On 4 September 2017 at 21:36, Marek Olšák wrote: >>> From: Marek Olšák >>> >>> Building gallium is faster by 7.5 seconds on a 4core/8thread 3GHz CPU. >>> (gallium build time is reduce

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-06 Thread Kai Wasserbäch
On 06/09/17 13:11, Marek Olšák wrote: > On Wed, Sep 6, 2017 at 1:02 PM, Marek Olšák wrote: >> On Wed, Sep 6, 2017 at 12:38 PM, Emil Velikov >> wrote: >>> On 4 September 2017 at 21:36, Marek Olšák wrote: From: Marek Olšák Building gallium is faster by 7.5 seconds on a 4core/8thre

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-06 Thread Emil Velikov
On 6 September 2017 at 12:11, Marek Olšák wrote: > On Wed, Sep 6, 2017 at 1:02 PM, Marek Olšák wrote: >> On Wed, Sep 6, 2017 at 12:38 PM, Emil Velikov >> wrote: >>> On 4 September 2017 at 21:36, Marek Olšák wrote: From: Marek Olšák Building gallium is faster by 7.5 seconds on a

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-06 Thread Marek Olšák
On Wed, Sep 6, 2017 at 2:08 PM, Emil Velikov wrote: > On 6 September 2017 at 12:11, Marek Olšák wrote: >> On Wed, Sep 6, 2017 at 1:02 PM, Marek Olšák wrote: >>> On Wed, Sep 6, 2017 at 12:38 PM, Emil Velikov >>> wrote: On 4 September 2017 at 21:36, Marek Olšák wrote: > From: Marek Olš

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-06 Thread Emil Velikov
On 6 September 2017 at 18:13, Marek Olšák wrote: > On Wed, Sep 6, 2017 at 2:08 PM, Emil Velikov wrote: >> On 6 September 2017 at 12:11, Marek Olšák wrote: >>> On Wed, Sep 6, 2017 at 1:02 PM, Marek Olšák wrote: On Wed, Sep 6, 2017 at 12:38 PM, Emil Velikov wrote: > On 4 September

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-27 Thread Marek Olšák
On Wed, Sep 6, 2017 at 12:38 PM, Emil Velikov wrote: > On 4 September 2017 at 21:36, Marek Olšák wrote: >> From: Marek Olšák >> >> Building gallium is faster by 7.5 seconds on a 4core/8thread 3GHz CPU. >> (gallium build time is reduced by 15% when building only radeonsi) >> > Some of this can be

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-27 Thread Marek Olšák
On Wed, Sep 6, 2017 at 12:35 PM, Nicolai Hähnle wrote: > https://travis-ci.org/nhaehnle/mesa-1/jobs/272422053 > > I suspect the se of $(top_srcdir) is the problem. Are you testing > out-of-tree builds? No, I'm not testing out-of-tree builds. I don't know how to test them. Marek _

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-27 Thread Nicolai Hähnle
On 27.09.2017 10:45, Marek Olšák wrote: On Wed, Sep 6, 2017 at 12:35 PM, Nicolai Hähnle wrote: https://travis-ci.org/nhaehnle/mesa-1/jobs/272422053 I suspect the se of $(top_srcdir) is the problem. Are you testing out-of-tree builds? No, I'm not testing out-of-tree builds. I don't know how t

Re: [Mesa-dev] [PATCH] gallium: build ddebug, noop, rbug, trace as part of auxiliary

2017-09-27 Thread Emil Velikov
On 27 September 2017 at 09:43, Marek Olšák wrote: > On Wed, Sep 6, 2017 at 12:38 PM, Emil Velikov > wrote: >> On 4 September 2017 at 21:36, Marek Olšák wrote: >>> From: Marek Olšák >>> >>> Building gallium is faster by 7.5 seconds on a 4core/8thread 3GHz CPU. >>> (gallium build time is reduced