Re: [Mesa-dev] Switching from talloc

2011-01-27 Thread Owain Ainsworth
On Mon, Jan 24, 2011 at 11:07:23AM -0800, Kenneth Graunke wrote: > Hello, > > This patch series introduces 'ralloc', an MIT-licensed recursive memory > allocator inspired by talloc. > > Since the glsl2 merge, there have been concerns over using talloc in Mesa > due to its LGPLv3 license. Whether

Re: [Mesa-dev] [PATCH 4/4] Fix build with gcc 3.3.

2010-04-18 Thread Owain Ainsworth
On Mon, Apr 19, 2010 at 07:34:04AM +0200, Matthieu Herrb wrote: > On Sun, Apr 18, 2010 at 05:03:51PM -0700, Jeremy Huddleston wrote: > > This one looks broken... > > > > > #if defined(__GNUC__) && ((__GNUC__ == 3 && __GNUC__ >= 4) || __GNUC__ >= > > > 4) > > > > > > (__GNUC__ == 3 && __GNUC__ >