Re: [Mesa-dev] [PATCH V3 06/13] vbo: Flesh out implementation of indirect draws

2013-11-19 Thread Chris Forbes
I've inherited a fair amount of sillyness from the original patches... sorry, I'll clean that up. On Wed, Nov 20, 2013 at 9:15 AM, Ian Romanick wrote: > With the issues below fixed, > > Reviewed-by: Ian Romanick > > On 11/09/2013 01:02 AM, Chris Forbes wrote: >> Based on part of Patch 2 of Chris

Re: [Mesa-dev] [PATCH V3 06/13] vbo: Flesh out implementation of indirect draws

2013-11-19 Thread Ian Romanick
With the issues below fixed, Reviewed-by: Ian Romanick On 11/09/2013 01:02 AM, Chris Forbes wrote: > Based on part of Patch 2 of Christoph Bumiller's ARB_draw_indirect series. > > Signed-off-by: Chris Forbes > --- > src/mesa/vbo/vbo_exec_array.c | 216 > ++

Re: [Mesa-dev] [PATCH V3 06/13] vbo: Flesh out implementation of indirect draws

2013-11-12 Thread Kenneth Graunke
On 11/09/2013 01:02 AM, Chris Forbes wrote: > Based on part of Patch 2 of Christoph Bumiller's ARB_draw_indirect series. > > Signed-off-by: Chris Forbes > --- > src/mesa/vbo/vbo_exec_array.c | 216 > ++ > 1 file changed, 216 insertions(+) I think this wo

[Mesa-dev] [PATCH V3 06/13] vbo: Flesh out implementation of indirect draws

2013-11-09 Thread Chris Forbes
Based on part of Patch 2 of Christoph Bumiller's ARB_draw_indirect series. Signed-off-by: Chris Forbes --- src/mesa/vbo/vbo_exec_array.c | 216 ++ 1 file changed, 216 insertions(+) diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c