i915g: Add a comment about a bug.

This commit is contained in:
Stéphane Marchesin 2011-06-27 02:05:10 -07:00
parent ef3dac2aff
commit e2422f77a2
1 changed files with 1 additions and 0 deletions

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