iris: leave a TODO
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 20 Nov 2018 08:11:18 +0000 (00:11 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:10 +0000 (10:26 -0800)
src/gallium/drivers/iris/iris_bufmgr.h

index 9210f44c9449ed1628699a6e1071000f79e61cf4..e6ff85ef415be6e6ee2fad76103350419e787e51 100644 (file)
@@ -119,6 +119,10 @@ struct iris_bo {
     * It should not be considered authoritative, but can be used to avoid a
     * linear walk of the validation list in the common case by guessing that
     * exec_bos[bo->index] == bo and confirming whether that's the case.
+    *
+    * XXX: this is not ideal now that we have more than one batch per context,
+    * XXX: as the index will flop back and forth between the render index and
+    * XXX: compute index...
     */
    unsigned index;