Re: [Mesa-dev] [PATCH] Fix visibility of u_thread functions

2012-01-24 Thread Matt Turner
On Tue, Jan 24, 2012 at 10:42 AM, Matt Turner wrote: > In the meantime, I think we should just revert adefee50 since > shared-glapi causes a lot of problems with --enable-xlib-glx. I don't > want to hold up your renderbuffer-cleanups-v2 branch any more. Reverted. If/when I get the kinks worked ou

Re: [Mesa-dev] [PATCH] Fix visibility of u_thread functions

2012-01-24 Thread Matt Turner
On Tue, Jan 24, 2012 at 10:33 AM, Matt Turner wrote: > On Mon, Jan 23, 2012 at 8:59 PM, Brian Paul wrote: >> On Mon, Jan 23, 2012 at 6:41 PM, Brian Paul wrote: >>> On Mon, Jan 23, 2012 at 12:48 PM, Matt Turner wrote: -fvisibility=hidden was preventing them from being exported, which c

Re: [Mesa-dev] [PATCH] Fix visibility of u_thread functions

2012-01-24 Thread Matt Turner
On Mon, Jan 23, 2012 at 8:59 PM, Brian Paul wrote: > On Mon, Jan 23, 2012 at 6:41 PM, Brian Paul wrote: >> On Mon, Jan 23, 2012 at 12:48 PM, Matt Turner wrote: >>> -fvisibility=hidden was preventing them from being exported, which >>> combined with shared-glapi was causing undefined symbol error

Re: [Mesa-dev] [PATCH] Fix visibility of u_thread functions

2012-01-24 Thread Jose Fonseca
- Original Message - > On Tue, Jan 24, 2012 at 2:41 AM, Brian Paul > wrote: > > On Mon, Jan 23, 2012 at 12:48 PM, Matt Turner > > wrote: > >> -fvisibility=hidden was preventing them from being exported, which > >> combined with shared-glapi was causing undefined symbol errors at > >> ru

Re: [Mesa-dev] [PATCH] Fix visibility of u_thread functions

2012-01-23 Thread Jakob Bornecrantz
On Tue, Jan 24, 2012 at 2:41 AM, Brian Paul wrote: > On Mon, Jan 23, 2012 at 12:48 PM, Matt Turner wrote: >> -fvisibility=hidden was preventing them from being exported, which >> combined with shared-glapi was causing undefined symbol errors at >> runtime. >> --- >> Brian: there might be more fun

Re: [Mesa-dev] [PATCH] Fix visibility of u_thread functions

2012-01-23 Thread Brian Paul
On Mon, Jan 23, 2012 at 6:41 PM, Brian Paul wrote: > On Mon, Jan 23, 2012 at 12:48 PM, Matt Turner wrote: >> -fvisibility=hidden was preventing them from being exported, which >> combined with shared-glapi was causing undefined symbol errors at >> runtime. >> --- >> Brian: there might be more fun

Re: [Mesa-dev] [PATCH] Fix visibility of u_thread functions

2012-01-23 Thread Brian Paul
On Mon, Jan 23, 2012 at 12:48 PM, Matt Turner wrote: > -fvisibility=hidden was preventing them from being exported, which > combined with shared-glapi was causing undefined symbol errors at > runtime. > --- > Brian: there might be more functions that should be exported. Let > me know (or let me kn