Re: [Mesa-dev] [PATCH] nvc0: do not invalidate compute constbufs on Kepler

2016-05-23 Thread Samuel Pitoiset
On 05/22/2016 08:39 PM, Ilia Mirkin wrote: Seems reasonable. I assume you tested some draw/compute interop deqp tests on kepler to make sure it didn't start failing? Just tested, no regressions with both piglit and deqp. Reviewed-by: Ilia Mirkin On Sun, May 22, 2016

Re: [Mesa-dev] [PATCH] nvc0: do not invalidate compute constbufs on Kepler

2016-05-22 Thread Samuel Pitoiset
On 05/22/2016 08:39 PM, Ilia Mirkin wrote: Seems reasonable. I assume you tested some draw/compute interop deqp tests on kepler to make sure it didn't start failing? Nope, totally untested. I can't test right now (don't have access to a Kepler card). Reviewed-by: Ilia Mirkin

Re: [Mesa-dev] [PATCH] nvc0: do not invalidate compute constbufs on Kepler

2016-05-22 Thread Ilia Mirkin
Seems reasonable. I assume you tested some draw/compute interop deqp tests on kepler to make sure it didn't start failing? Reviewed-by: Ilia Mirkin On Sun, May 22, 2016 at 2:27 PM, Samuel Pitoiset wrote: > Constbufs are only aliased on Fermi and

[Mesa-dev] [PATCH] nvc0: do not invalidate compute constbufs on Kepler

2016-05-22 Thread Samuel Pitoiset
Constbufs are only aliased on Fermi and this will reduce the number of flushes when we switch between 3d and compute. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c | 10 ++ 1 file changed, 6 insertions(+), 4