iris: delete bogus comment
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 20 Sep 2018 23:46:58 +0000 (16:46 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:08 +0000 (10:26 -0800)
Caio asked what was wrong.  There is nothing wrong.  :)

src/gallium/drivers/iris/iris_state.c

index 205f0efcf6004d29f67c9e59e165f05e2c8c0ddf..09360545ea3524900f3c4553b3b025ebec19bf8e 100644 (file)
@@ -3492,7 +3492,6 @@ iris_upload_dirty_render_state(struct iris_context *ice,
    }
 
    for (int stage = 0; stage <= MESA_SHADER_FRAGMENT; stage++) {
-      // XXX: wrong dirty tracking...
       if (!(dirty & (IRIS_DIRTY_CONSTANTS_VS << stage)))
          continue;