Re: [Mesa-dev] [PATCH 06/10] vbo: don't check twice whether it's valid to render

2012-04-23 Thread Marek Olšák
On Sat, Apr 21, 2012 at 3:48 PM, Andy Furniss wrote: > Marek Olšák wrote: >> >> It's already done in _mesa_validate_Draw* and it's not needed to do it >> again >> unless I am missing something. >> --- >>  src/mesa/vbo/vbo_exec_array.c |   20 >>  1 files changed, 0 insertions(+

Re: [Mesa-dev] [PATCH 06/10] vbo: don't check twice whether it's valid to render

2012-04-21 Thread Andy Furniss
Marek Olšák wrote: It's already done in _mesa_validate_Draw* and it's not needed to do it again unless I am missing something. --- src/mesa/vbo/vbo_exec_array.c | 20 1 files changed, 0 insertions(+), 20 deletions(-) For me (rv790) this causes an assert with nexuiz (ha

[Mesa-dev] [PATCH 06/10] vbo: don't check twice whether it's valid to render

2012-04-18 Thread Marek Olšák
It's already done in _mesa_validate_Draw* and it's not needed to do it again unless I am missing something. --- src/mesa/vbo/vbo_exec_array.c | 20 1 files changed, 0 insertions(+), 20 deletions(-) diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c i