OSDN Git Service

iris: Drop a TODO comment
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 7 Jul 2019 23:29:24 +0000 (16:29 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 11 Jul 2019 07:12:00 +0000 (00:12 -0700)
This is literally implemented two lines above.

src/gallium/drivers/iris/iris_state.c

index 90f1d47..99f006e 100644 (file)
@@ -3470,7 +3470,6 @@ iris_populate_fs_key(const struct iris_context *ice,
       screen->driconf.dual_color_blend_by_location &&
       (blend->blend_enables & 1) && blend->dual_color_blending;
 
-   /* TODO: support key->force_dual_color_blend for Unigine */
    /* TODO: Respect glHint for key->high_quality_derivatives */
 }