Re: [Mesa-dev] [PATCH 5/5] nvc0: add ARB_indirect_parameters support

2016-01-04 Thread Samuel Pitoiset
On 01/04/2016 09:18 PM, Ilia Mirkin wrote: On Mon, Jan 4, 2016 at 3:04 PM, Samuel Pitoiset wrote: Did you write piglit tests for this new extension? I don't see any tests which use MultiDrawArraysIndirectCountARB() or MultiDrawElementsIndirectCountARB(). http://patchwork.freedesktop.org/pat

Re: [Mesa-dev] [PATCH 5/5] nvc0: add ARB_indirect_parameters support

2016-01-04 Thread Ilia Mirkin
On Mon, Jan 4, 2016 at 3:04 PM, Samuel Pitoiset wrote: > Did you write piglit tests for this new extension? > I don't see any tests which use MultiDrawArraysIndirectCountARB() or > MultiDrawElementsIndirectCountARB(). http://patchwork.freedesktop.org/patch/69334/ > > > Are you going to submit th

Re: [Mesa-dev] [PATCH 5/5] nvc0: add ARB_indirect_parameters support

2016-01-04 Thread Samuel Pitoiset
Did you write piglit tests for this new extension? I don't see any tests which use MultiDrawArraysIndirectCountARB() or MultiDrawElementsIndirectCountARB(). Are you going to submit the rest of the series for nvc0? On 01/02/2016 09:38 PM, Ilia Mirkin wrote: I chose to make separate macros for

[Mesa-dev] [PATCH 5/5] nvc0: add ARB_indirect_parameters support

2016-01-02 Thread Ilia Mirkin
I chose to make separate macros for this due to the additional complexity and extra scratch usage. Signed-off-by: Ilia Mirkin --- docs/relnotes/11.2.0.html | 1 + src/gallium/drivers/nouveau/nvc0/mme/com9097.mme | 157 + src/gallium/drivers/nouvea