Re: [Mesa-dev] [PATCH 11/11] program: Remove extra reference_program()

2016-02-25 Thread Miklós Máté
On 02/25/2016 10:01 PM, Marek Olšák wrote: On Thu, Feb 25, 2016 at 9:31 PM, Miklós Máté wrote: I noticed that this has been reviewed, but has not been committed. Does it require further action from me, or was it just forgotten? Ideally you would ask somebody to push the

Re: [Mesa-dev] [PATCH 11/11] program: Remove extra reference_program()

2016-02-25 Thread Marek Olšák
On Thu, Feb 25, 2016 at 9:31 PM, Miklós Máté wrote: > I noticed that this has been reviewed, but has not been committed. Does it > require further action from me, or was it just forgotten? Ideally you would ask somebody to push the patch for you. I'll do it. Marek

Re: [Mesa-dev] [PATCH 11/11] program: Remove extra reference_program()

2016-02-25 Thread Miklós Máté
I noticed that this has been reviewed, but has not been committed. Does it require further action from me, or was it just forgotten? MM On 02/03/2016 10:06 AM, Marek Olšák wrote: Reviewed-by: Marek Olšák Marek On Wed, Dec 16, 2015 at 12:05 AM, Miklós Máté

Re: [Mesa-dev] [PATCH 11/11] program: Remove extra reference_program()

2016-02-03 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, Dec 16, 2015 at 12:05 AM, Miklós Máté wrote: > It was already done in get_mesa_program() > --- > src/mesa/program/ir_to_mesa.cpp | 2 -- > 1 file changed, 2 deletions(-) > > diff --git

Re: [Mesa-dev] [PATCH 11/11] program: Remove extra reference_program()

2016-02-01 Thread Miklós Máté
I haven't received any feedback on this one. Anyone has an opinion about it? MM On 12/16/2015 12:05 AM, Miklós Máté wrote: It was already done in get_mesa_program() --- src/mesa/program/ir_to_mesa.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/program/ir_to_mesa.cpp

[Mesa-dev] [PATCH 11/11] program: Remove extra reference_program()

2015-12-15 Thread Miklós Máté
It was already done in get_mesa_program() --- src/mesa/program/ir_to_mesa.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/program/ir_to_mesa.cpp b/src/mesa/program/ir_to_mesa.cpp index 8f58f3e..a28cf97 100644 --- a/src/mesa/program/ir_to_mesa.cpp +++