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

2014-03-25 Thread Brian Paul
Minor nits below. On 03/25/2014 11:28 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. Signed-off-by: Christian König --- src/mesa/state_tracker/st_atom_sampler.c | 21 --- src

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

2014-03-25 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. Signed-off-by: Christian König --- src/mesa/state_tracker/st_atom_sampler.c | 21 --- src/mesa/state_tracker/st_atom_texture.c | 53 +--