Re: [Mesa-dev] [PATCH] u_vbuf: fix index buffer leak

2013-06-07 Thread Alex Deucher
On Fri, Jun 7, 2013 at 1:36 PM, Chia-I Wu wrote: > On Fri, Jun 7, 2013 at 9:25 PM, Alex Deucher wrote: >> Candidate for the stable branches? > Ah, I already committed it. I will let it settle in master for a few > days and cherry-pick it to 9.1, unless this is against some policy > about stable

Re: [Mesa-dev] [PATCH] u_vbuf: fix index buffer leak

2013-06-07 Thread Chia-I Wu
On Fri, Jun 7, 2013 at 9:25 PM, Alex Deucher wrote: > Candidate for the stable branches? Ah, I already committed it. I will let it settle in master for a few days and cherry-pick it to 9.1, unless this is against some policy about stable branches. > On Fri, Jun 7, 2013 at 5:58 AM, Marek Olšák w

Re: [Mesa-dev] [PATCH] u_vbuf: fix index buffer leak

2013-06-07 Thread Alex Deucher
Candidate for the stable branches? On Fri, Jun 7, 2013 at 5:58 AM, Marek Olšák wrote: > Reviewed-by: Marek Olšák > > Marek > > On Fri, Jun 7, 2013 at 6:25 AM, Chia-I Wu wrote: >> >> Signed-off-by: Chia-I Wu >> --- >> src/gallium/auxiliary/util/u_vbuf.c |3 +++ >> 1 file changed, 3 inserti

Re: [Mesa-dev] [PATCH] u_vbuf: fix index buffer leak

2013-06-07 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Jun 7, 2013 at 6:25 AM, Chia-I Wu wrote: > > Signed-off-by: Chia-I Wu > --- > src/gallium/auxiliary/util/u_vbuf.c |3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/gallium/auxiliary/util/u_vbuf.c > b/src/gallium/auxiliary/util/u_vbuf.c

[Mesa-dev] [PATCH] u_vbuf: fix index buffer leak

2013-06-06 Thread Chia-I Wu
Signed-off-by: Chia-I Wu --- src/gallium/auxiliary/util/u_vbuf.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gallium/auxiliary/util/u_vbuf.c b/src/gallium/auxiliary/util/u_vbuf.c index 244b04d..5936f74 100644 --- a/src/gallium/auxiliary/util/u_vbuf.c +++ b/src/gallium/auxiliar