diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-01 10:17:45 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-01 10:17:45 +0000 |
commit | 6e29ee4062908ba8e6124bf8b3a2083e1b2d3e36 (patch) | |
tree | e254d752e6bbd8d1b208522c3a952e16f2167f29 /lib/pixman/test/composite.c | |
parent | aa49994dd96792e111dc00188e3c73a2e20b9780 (diff) |
Update to pixman 0.34.0.
Diffstat (limited to 'lib/pixman/test/composite.c')
-rw-r--r-- | lib/pixman/test/composite.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/pixman/test/composite.c b/lib/pixman/test/composite.c index 9e51a8f65..594c69772 100644 --- a/lib/pixman/test/composite.c +++ b/lib/pixman/test/composite.c @@ -299,17 +299,6 @@ composite_test (image_t *dst, } } - if (mask) - { - if (component_alpha && PIXMAN_FORMAT_R (mask->format) == 0) - { - /* Ax component-alpha masks expand alpha into - * all color channels. - */ - tmsk.r = tmsk.g = tmsk.b = tmsk.a; - } - } - if (PIXMAN_FORMAT_TYPE (dst->format) == PIXMAN_TYPE_ARGB_SRGB) { tdst.r = convert_linear_to_srgb (tdst.r); |