iris: delete bogus comment

Caio asked what was wrong.  There is nothing wrong.  :)
This commit is contained in:
Kenneth Graunke 2018-09-20 16:46:58 -07:00
parent f2f506fa43
commit a858b69880

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