[Mesa-dev] [PATCH 4/4] vbo: Eliminate short-circuiting in invalid-start case.

2012-02-16 Thread Kenneth Graunke
Now that we have a index_range_invalid flag, we can just use that rather than calling vbo_validated_drawrangeelements directly and returning. NOTE: This is a candidate for release branches. Signed-off-by: Kenneth Graunke Reviewed-by: Brian Paul --- src/mesa/vbo/vbo_exec_array.c |6 +-

Re: [Mesa-dev] [PATCH 4/4] vbo: Eliminate short-circuiting in invalid-start case.

2012-02-08 Thread Brian Paul
On 02/08/2012 06:08 AM, Kenneth Graunke wrote: Now that we have a index_range_invalid flag, we can just use that rather than calling vbo_validated_drawrangeelements directly and returning. NOTE: This is a candidate for release branches. Signed-off-by: Kenneth Graunke --- src/mesa/vbo/vbo_exec

[Mesa-dev] [PATCH 4/4] vbo: Eliminate short-circuiting in invalid-start case.

2012-02-08 Thread Kenneth Graunke
Now that we have a index_range_invalid flag, we can just use that rather than calling vbo_validated_drawrangeelements directly and returning. NOTE: This is a candidate for release branches. Signed-off-by: Kenneth Graunke --- src/mesa/vbo/vbo_exec_array.c |6 +- 1 files changed, 1 insert