Re: [Mesa-dev] [PATCH] mesa: Free memory allocated for luminance in readpixels.

2015-03-03 Thread Matt Turner
On Tue, Mar 3, 2015 at 6:02 PM, Emil Velikov wrote: > This commit does not apply cleanly for 10.4. I'm suspecting that it's > not applicable for that branch, but if you feel otherwise pleasesend > over a backport. Nope, this one shouldn't apply to 10.4. either. Whoops! ___

Re: [Mesa-dev] [PATCH] mesa: Free memory allocated for luminance in readpixels.

2015-03-03 Thread Emil Velikov
On 28 February 2015 at 19:10, Matt Turner wrote: > --- > src/mesa/main/readpix.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c > index 2e4a460..ed0104c 100644 > --- a/src/mesa/main/readpix.c > +++ b/src/mesa/main/readpix.c > @@ -594,6 +

Re: [Mesa-dev] [PATCH] mesa: Free memory allocated for luminance in readpixels.

2015-03-02 Thread Iago Toral
On Sat, 2015-02-28 at 11:10 -0800, Matt Turner wrote: > --- > src/mesa/main/readpix.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c > index 2e4a460..ed0104c 100644 > --- a/src/mesa/main/readpix.c > +++ b/src/mesa/main/readpix.c > @@ -59

[Mesa-dev] [PATCH] mesa: Free memory allocated for luminance in readpixels.

2015-02-28 Thread Matt Turner
--- src/mesa/main/readpix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c index 2e4a460..ed0104c 100644 --- a/src/mesa/main/readpix.c +++ b/src/mesa/main/readpix.c @@ -594,6 +594,7 @@ read_rgba_pixels( struct gl_context *ctx, _mesa_for