From: Kenneth Graunke Date: Wed, 25 Jul 2018 21:39:02 +0000 (-0700) Subject: iris: update a todo comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7311ef068424d23a2c1dc05fb558d7f9b3f994d;p=mesa.git iris: update a todo comment --- 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; }