mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
xorg: do not enable unnecessary blending for xv
This commit is contained in:
parent
13b74b585a
commit
dbc0e24ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue