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
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