Module: Mesa Branch: master Commit: 108273c5ed43b2c54a58900b7bb4528f912e2b1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=108273c5ed43b2c54a58900b7bb4528f912e2b1f
Author: Zack Rusin <[email protected]> Date: Sun Oct 11 12:54:11 2009 -0400 st/xorg: refix source over --- src/gallium/state_trackers/xorg/xorg_composite.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/state_trackers/xorg/xorg_composite.c b/src/gallium/state_trackers/xorg/xorg_composite.c index b071921..d6483fb 100644 --- a/src/gallium/state_trackers/xorg/xorg_composite.c +++ b/src/gallium/state_trackers/xorg/xorg_composite.c @@ -34,7 +34,7 @@ static const struct xorg_composite_blend xorg_blends[] = { PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ONE }, { PictOpOver, - PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ONE, + PIPE_BLENDFACTOR_SRC_ALPHA, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_INV_SRC_ALPHA, PIPE_BLENDFACTOR_INV_SRC_ALPHA }, { PictOpOverReverse, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
