From ccf37c7da9cf772980a8a28037c238b6a9263c4b Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Fri, 15 Jun 2018 12:33:58 -0700 Subject: iris: bindings dirty tracking --- src/gallium/drivers/iris/iris_binder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/iris/iris_binder.h') diff --git a/src/gallium/drivers/iris/iris_binder.h b/src/gallium/drivers/iris/iris_binder.h index ea455dd5cfd..dbb010693f5 100644 --- a/src/gallium/drivers/iris/iris_binder.h +++ b/src/gallium/drivers/iris/iris_binder.h @@ -49,6 +49,7 @@ struct iris_binder }; void iris_init_binder(struct iris_binder *binder, struct iris_bufmgr *bufmgr); +bool iris_binder_is_empty(struct iris_binder *binder); void iris_destroy_binder(struct iris_binder *binder); uint32_t iris_binder_reserve(struct iris_batch *batch, unsigned size); void iris_binder_reserve_3d(struct iris_batch *batch, -- cgit v1.2.3