mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 17:40:11 +01:00
i915g: Add a comment about a bug.
This commit is contained in:
parent
ef3dac2aff
commit
e2422f77a2
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ i915_create_blend_state(struct pipe_context *pipe,
|
||||||
if (blend->dither)
|
if (blend->dither)
|
||||||
cso_data->LIS5 |= S5_COLOR_DITHER_ENABLE;
|
cso_data->LIS5 |= S5_COLOR_DITHER_ENABLE;
|
||||||
|
|
||||||
|
/* XXX here take the target fixup into account */
|
||||||
if ((blend->rt[0].colormask & PIPE_MASK_R) == 0)
|
if ((blend->rt[0].colormask & PIPE_MASK_R) == 0)
|
||||||
cso_data->LIS5 |= S5_WRITEDISABLE_RED;
|
cso_data->LIS5 |= S5_WRITEDISABLE_RED;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue