iris: yes
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 16 Oct 2018 02:15:06 +0000 (19:15 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:09 +0000 (10:26 -0800)
src/gallium/drivers/iris/iris_state.c

index cf5536c390e90e659c9225465ab989d153a5570e..b20a608f3871714909dc4201402fde165ec795ac 100644 (file)
@@ -3712,7 +3712,6 @@ iris_upload_dirty_render_state(struct iris_context *ice,
                if (range->length == 0)
                   continue;
 
-               // XXX: is range->block a constbuf index?  it would be nice
                struct iris_const_buffer *cbuf = &shs->constbuf[range->block];
                struct iris_resource *res = (void *) cbuf->data.res;