Re: [Mesa-dev] [PATCH] nvc0: don't try to go through the push path for indirect draws

2016-05-15 Thread Samuel Pitoiset
This makes sense, thanks for fixing this. Reviewed-by: Samuel Pitoiset On 05/15/2016 07:28 AM, Ilia Mirkin wrote: This fixes dEQP-GLES31.functional.draw_indirect.draw_elements_indirect.*.default_attribute These tests were causing a const vbo to be set up, and were small enough draws that the

[Mesa-dev] [PATCH] nvc0: don't try to go through the push path for indirect draws

2016-05-14 Thread Ilia Mirkin
This fixes dEQP-GLES31.functional.draw_indirect.draw_elements_indirect.*.default_attribute These tests were causing a const vbo to be set up, and were small enough draws that the logic was trying to go via the push path (which emits data directly into the cmd stream rather than uploading a user v