Re: [Piglit] [PATCH 2/2] shader_draw_parameters: Also test using an indirect draw

2018-01-25 Thread Antia Puentes
Reviewed-by: Antia Puentes On 10/11/17 19:05, Neil Roberts wrote: The test can now take an extra argument ‘indirect’ which will cause it to emit the draw calls via an indirect buffer. This is useful to test at least on i965 because emitting the gl_BaseVertex takes a

[Piglit] [PATCH 2/2] shader_draw_parameters: Also test using an indirect draw

2017-11-10 Thread Neil Roberts
The test can now take an extra argument ‘indirect’ which will cause it to emit the draw calls via an indirect buffer. This is useful to test at least on i965 because emitting the gl_BaseVertex takes a different path in that case. --- tests/all.py | 10 +-