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

2016-03-08 Thread Ilia Mirkin
Thanks. Series is Reviewed-by: Ilia Mirkin On Tue, Mar 8, 2016 at 3:36 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/nvc0/nvc0_co

[Mesa-dev] [PATCH v2 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/nvc0/nvc0_context.h| 10 +- .../drivers/nouveau/nvc0/nvc0_state_validate.c | 36 ++ src/gall