Re: [Mesa-dev] [PATCH 1/2] nvc0: rework the validation path for 3D

2016-03-08 Thread Samuel Pitoiset
On 03/08/2016 09:11 PM, Ilia Mirkin wrote: On Tue, Mar 8, 2016 at 3:08 PM, Samuel Pitoiset wrote: This exposes an interface for state validation that will be also used to rework the compute validation path. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/Makefile.sources

Re: [Mesa-dev] [PATCH 1/2] nvc0: rework the validation path for 3D

2016-03-08 Thread Ilia Mirkin
On Tue, Mar 8, 2016 at 3:08 PM, Samuel Pitoiset wrote: > This exposes an interface for state validation that will be also used > to rework the compute validation path. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/nouveau/Makefile.sources | 1 + > src/gallium/drivers/nouv

[Mesa-dev] [PATCH 1/2] nvc0: rework the validation path for 3D

2016-03-08 Thread Samuel Pitoiset
This exposes an interface for state validation that will be also used to rework the compute validation path. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/Makefile.sources | 1 + src/gallium/drivers/nouveau/nvc0/nvc0_context.h| 3 -- .../drivers/nouveau/nvc0/nvc0_sta