From: Stéphane Marchesin Date: Mon, 27 Jun 2011 09:05:10 +0000 (-0700) Subject: i915g: Add a comment about a bug. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2422f77a2b04f7611a4b4e0e5b0165c199ae90c;p=mesa.git i915g: Add a comment about a bug. --- diff --git a/src/gallium/drivers/i915/i915_state.c b/src/gallium/drivers/i915/i915_state.c index 2f1b0f9f093..2f5eced8abe 100644 --- a/src/gallium/drivers/i915/i915_state.c +++ b/src/gallium/drivers/i915/i915_state.c @@ -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;