Re: [Mesa-dev] [PATCH] arb_indirect_parameters: add basic rendering tests

2016-01-02 Thread Ilia Mirkin
Errr... wrong list. And forgot to add to all.py. Please disregard, will send a fixed version to the right list shortly. On Sat, Jan 2, 2016 at 3:02 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 cou

[Mesa-dev] [PATCH] arb_indirect_parameters: add basic rendering tests

2016-01-02 Thread Ilia Mirkin
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 --- tests/spec/CMakeLists.txt | 1 + .../s