Re: [Mesa-dev] [PATCH] st/mesa: improve sampler view handling v2

2014-03-26 Thread Brian Paul
On 03/26/2014 09:18 AM, Christian König wrote: Am 26.03.2014 15:38, schrieb Brian Paul: Can you remove the "v2" from the subject line? I've did so and committed the result. But why actually should I do this? Just to follow the convention of other patches -Brian

Re: [Mesa-dev] [PATCH] st/mesa: improve sampler view handling v2

2014-03-26 Thread Christian König
Am 26.03.2014 15:38, schrieb Brian Paul: Can you remove the "v2" from the subject line? I've did so and committed the result. But why actually should I do this? Reviewed-by: Brian Paul Thanks, Christian. On 03/26/2014 07:38 AM, Christian König wrote: From: Christian König Keep a dynam

Re: [Mesa-dev] [PATCH] st/mesa: improve sampler view handling v2

2014-03-26 Thread Brian Paul
Can you remove the "v2" from the subject line? Reviewed-by: Brian Paul On 03/26/2014 07:38 AM, Christian König wrote: From: Christian König Keep a dynamically increasing array of all the views created for a texture instead of just the last one. v2: add comments, fix array size calculation,

[Mesa-dev] [PATCH] st/mesa: improve sampler view handling v2

2014-03-26 Thread Christian König
From: Christian König Keep a dynamically increasing array of all the views created for a texture instead of just the last one. v2: add comments, fix array size calculation, release only the first sampler view found Signed-off-by: Christian König --- src/mesa/state_tracker/st_atom_sampler.