xorg: do not enable unnecessary blending for xv

This commit is contained in:
Roland Scheidegger 2010-01-25 16:43:33 +01:00
parent 13b74b585a
commit dbc0e24ab8

View file

@ -403,7 +403,7 @@ bind_blend_state(struct xorg_xv_port_priv *port)
struct pipe_blend_state blend;
memset(&blend, 0, sizeof(struct pipe_blend_state));
blend.rt[0].blend_enable = 1; /* XXX why? */
blend.rt[0].blend_enable = 0;
blend.rt[0].colormask = PIPE_MASK_RGBA;
/* porter&duff src */