summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_binder.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-06-15 12:33:58 -0700
committerKenneth Graunke <[email protected]>2019-02-21 10:26:07 -0800
commitccf37c7da9cf772980a8a28037c238b6a9263c4b (patch)
treef6f8bca57793b2f87a4f1f147ba19d05efe7d692 /src/gallium/drivers/iris/iris_binder.h
parentbbc6d15b590ad72a39527f90ed13be302dd70a89 (diff)
iris: bindings dirty tracking
Diffstat (limited to 'src/gallium/drivers/iris/iris_binder.h')
-rw-r--r--src/gallium/drivers/iris/iris_binder.h1
1 files changed, 1 insertions, 0 deletions
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,