Re: [Mesa-dev] [PATCH 0/4] Actual ARB_multi_draw_indirect support

2016-01-04 Thread Ilia Mirkin
On Mon, Jan 4, 2016 at 10:07 PM, Ian Romanick wrote: > On 12/31/2015 11:55 AM, Ilia Mirkin wrote: >> The current support in mesa for ARB_multi_draw_indirect is pretty >> shameful... it just does N separate draws. Instead make it possible >> for drivers to handle this in a

[Mesa-dev] [PATCH 0/4] Actual ARB_multi_draw_indirect support

2015-12-31 Thread Ilia Mirkin
The current support in mesa for ARB_multi_draw_indirect is pretty shameful... it just does N separate draws. Instead make it possible for drivers to handle this in a more efficient manner. Also create the backend interfaces necessary to support ARB_indirect_parameters, although the (trivial)