Re: [Mesa-dev] [PATCH 1/6] meta: Remove unsafe global mem_ctx pointer

2012-10-05 Thread Anuj Phogat
On Fri, Oct 5, 2012 at 3:56 PM, Ian Romanick wrote: > From: Ian Romanick > > NOTE: This is a candidate for the 9.0 branch. > > Signed-off-by: Ian Romanick > --- > src/mesa/drivers/common/meta.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/drivers/common/met

Re: [Mesa-dev] [PATCH 1/6] meta: Remove unsafe global mem_ctx pointer

2012-10-05 Thread Brian Paul
On 10/05/2012 04:56 PM, Ian Romanick wrote: From: Ian Romanick NOTE: This is a candidate for the 9.0 branch. Signed-off-by: Ian Romanick --- src/mesa/drivers/common/meta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) For the series, Reviewed-by: Brian Paul __

[Mesa-dev] [PATCH 1/6] meta: Remove unsafe global mem_ctx pointer

2012-10-05 Thread Ian Romanick
From: Ian Romanick NOTE: This is a candidate for the 9.0 branch. Signed-off-by: Ian Romanick --- src/mesa/drivers/common/meta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c index d0bb5e0..0c9ee59 100644 ---