From a7311ef068424d23a2c1dc05fb558d7f9b3f994d Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Wed, 25 Jul 2018 14:39:02 -0700 Subject: [PATCH] iris: update a todo comment --- src/gallium/drivers/iris/iris_state.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/iris/iris_state.c b/src/gallium/drivers/iris/iris_state.c index c325d1e89f6..a74c80f2bd7 100644 --- a/src/gallium/drivers/iris/iris_state.c +++ b/src/gallium/drivers/iris/iris_state.c @@ -1489,6 +1489,8 @@ iris_set_constant_buffer(struct pipe_context *ctx, ice->state.dirty |= IRIS_DIRTY_CONSTANTS_VS << stage; // XXX: maybe not necessary all the time...? + // XXX: we need 3DS_BTP to commit these changes, and if we fell back to + // XXX: pull model we may need actual new bindings... ice->state.dirty |= IRIS_DIRTY_BINDINGS_VS << stage; } -- 2.30.2