iris: update a todo comment

This commit is contained in:
Kenneth Graunke 2018-07-25 14:39:02 -07:00
parent 8e7b0deee2
commit a7311ef068

View 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;
}