i915g: Add a comment about a bug.
authorStéphane Marchesin <marcheu@chromium.org>
Mon, 27 Jun 2011 09:05:10 +0000 (02:05 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Mon, 27 Jun 2011 09:06:00 +0000 (02:06 -0700)
src/gallium/drivers/i915/i915_state.c

index 2f1b0f9f093783cc1e43469653796013f3563eaa..2f5eced8abe36cf74fa387867c48411dd0f967ed 100644 (file)
@@ -146,6 +146,7 @@ i915_create_blend_state(struct pipe_context *pipe,
    if (blend->dither)
       cso_data->LIS5 |= S5_COLOR_DITHER_ENABLE;
 
+   /* XXX here take the target fixup into account */
    if ((blend->rt[0].colormask & PIPE_MASK_R) == 0)
       cso_data->LIS5 |= S5_WRITEDISABLE_RED;