Re: [Piglit] [PATCH] arb_indirect_parameters: add basic rendering tests

2017-08-28 Thread Ilia Mirkin
On Mon, Aug 28, 2017 at 4:58 PM, Vinson Lee wrote: > On Sat, Jan 2, 2016 at 1:08 PM, Ilia Mirkin wrote: >> Creates an array with 3 draws, the last of which is "bad", and makes >> sure that the "bad" one is never drawn. Parameter count is supplied from >> an earlier XFB draw to ensure that proper

Re: [Piglit] [PATCH] arb_indirect_parameters: add basic rendering tests

2017-08-28 Thread Vinson Lee
On Sat, Jan 2, 2016 at 1:08 PM, Ilia Mirkin wrote: > Creates an array with 3 draws, the last of which is "bad", and makes > sure that the "bad" one is never drawn. Parameter count is supplied from > an earlier XFB draw to ensure that proper fencing occurs. > > Signed-off-by: Ilia Mirkin > --- Th