iris: update a todo comment
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 25 Jul 2018 21:39:02 +0000 (14:39 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:07 +0000 (10:26 -0800)
src/gallium/drivers/iris/iris_state.c

index c325d1e89f6f5fe0e2ccb35e9a829f179a831873..a74c80f2bd7dce0ef15e2efa2c9fc92a0ddd1266 100644 (file)
@@ -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;
 }