Re: [Mesa-dev] [PATCH 2/2] vbo: remove unnecessary max_basevertex computation

2016-08-18 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Wed, Aug 17, 2016 at 11:12 PM, Ilia Mirkin wrote: > The max basevertex is already computed and added into max_index by the > caller, _tnl_draw_prims. > > Signed-off-by: Ilia Mirkin > --- > src/mesa/vbo/vbo_split.c | 8 > 1 file chan

[Mesa-dev] [PATCH 2/2] vbo: remove unnecessary max_basevertex computation

2016-08-17 Thread Ilia Mirkin
The max basevertex is already computed and added into max_index by the caller, _tnl_draw_prims. Signed-off-by: Ilia Mirkin --- src/mesa/vbo/vbo_split.c | 8 1 file changed, 8 deletions(-) diff --git a/src/mesa/vbo/vbo_split.c b/src/mesa/vbo/vbo_split.c index 2f95746..79d7dd4 100644 ---