Re: [Mesa-dev] [PATCH] nv50: reinstate dedicated constbuf push path

2016-06-09 Thread Samuel Pitoiset
At least, piglit is happy with your patch, go ahead. Reviewed-by: Samuel Pitoiset On 06/10/2016 12:13 AM, Samuel Pitoiset wrote: The logic sounds quite familiar to nvc0 as you said. :) I have just started a full piglit run with this patch applied. On 06/06/2016 01:07 AM, Ilia Mirkin wrote:

Re: [Mesa-dev] [PATCH] nv50: reinstate dedicated constbuf push path

2016-06-09 Thread Samuel Pitoiset
The logic sounds quite familiar to nvc0 as you said. :) I have just started a full piglit run with this patch applied. On 06/06/2016 01:07 AM, Ilia Mirkin wrote: This was disabled due to occasionally incorrect behavior when trying to upload data. It later became apparent that nvc0 also had a si

[Mesa-dev] [PATCH] nv50: reinstate dedicated constbuf push path

2016-06-05 Thread Ilia Mirkin
This was disabled due to occasionally incorrect behavior when trying to upload data. It later became apparent that nvc0 also had a similar but slightly different issue, which was resolved in commit e50c01d5. This takes the same logic as nvc0 and applies it to nv50 (which has somewhat different inte