Re: [Mesa-dev] [PATCH v2] vbo: create a new draw function interface for indirect draws

2016-01-07 Thread Ian Romanick
If we decide we want more or less in the interface later, we should be able to change it easily. This patch is Reviewed-by: Ian Romanick On 01/04/2016 08:20 PM, Ilia Mirkin wrote: > All indirect draws are passed to the new draw function. By default > there's a

[Mesa-dev] [PATCH v2] vbo: create a new draw function interface for indirect draws

2016-01-04 Thread Ilia Mirkin
All indirect draws are passed to the new draw function. By default there's a fallback implementation which pipes it right back to draw_prims, but eventually both the fallback and draw_prim's support for indirect drawing should be removed. This should allow a backend to properly support