Re: [Mesa-dev] [PATCH 2/7] mapi: fix preprocessor check in u_current_destroy()

2015-03-04 Thread Matt Turner
On Wed, Mar 4, 2015 at 8:18 PM, Matt Turner wrote: > Patches 1-2 are > > Reviewed-by: Matt Turner As are patches 3-7. Thanks Brian! ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 2/7] mapi: fix preprocessor check in u_current_destroy()

2015-03-04 Thread Matt Turner
On Wed, Mar 4, 2015 at 6:19 PM, Brian Paul wrote: > So it matches the preprocessor check around the u_current_init_tsd() code. > --- > src/mapi/u_current.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mapi/u_current.c b/src/mapi/u_current.c > index afa887e..eb77cc7

[Mesa-dev] [PATCH 2/7] mapi: fix preprocessor check in u_current_destroy()

2015-03-04 Thread Brian Paul
So it matches the preprocessor check around the u_current_init_tsd() code. --- src/mapi/u_current.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/u_current.c b/src/mapi/u_current.c index afa887e..eb77cc7 100644 --- a/src/mapi/u_current.c +++ b/src/mapi/u_current.c @@