Re: [Mesa-dev] [PATCH 1/2 v3] configure: add visibility macro detection to configure

2015-02-26 Thread Emil Velikov
Hi Marc On 17/02/15 09:40, Marc Dietrich wrote: > This adds clang/gcc visibility macro detection to configure and util/macros.h. > This is can be used to conveniently add e.g. a "HIDDEN" attribute to a > function. > I believe this should be OK to go in regardless of the status of patch 2. There

Re: [Mesa-dev] [PATCH 1/2 v3] configure: add visibility macro detection to configure

2015-02-18 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 11:00 AM, Sedat Dilek wrote: > On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote: >> This adds clang/gcc visibility macro detection to configure and >> util/macros.h. >> This is can be used to conveniently add e.g. a "HIDDEN" attribute to a >> function. >> >> Signed-

Re: [Mesa-dev] [PATCH 1/2 v3] configure: add visibility macro detection to configure

2015-02-18 Thread Sedat Dilek
On Wed, Feb 18, 2015 at 6:03 AM, Sedat Dilek wrote: > On Tue, Feb 17, 2015 at 11:00 AM, Sedat Dilek wrote: >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote: >>> This adds clang/gcc visibility macro detection to configure and >>> util/macros.h. >>> This is can be used to conveniently add

Re: [Mesa-dev] [PATCH 1/2 v3] configure: add visibility macro detection to configure

2015-02-17 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote: > This adds clang/gcc visibility macro detection to configure and util/macros.h. > This is can be used to conveniently add e.g. a "HIDDEN" attribute to a > function. > > Signed-off-by: Marc Dietrich > --- > v2: use VISIBILITY_*FLAGS instead

[Mesa-dev] [PATCH 1/2 v3] configure: add visibility macro detection to configure

2015-02-17 Thread Marc Dietrich
This adds clang/gcc visibility macro detection to configure and util/macros.h. This is can be used to conveniently add e.g. a "HIDDEN" attribute to a function. Signed-off-by: Marc Dietrich --- v2: use VISIBILITY_*FLAGS instead of *FLAGS directly v3: no change configure.ac | 28 ++--