diff options
Diffstat (limited to 'pixman/test')
-rw-r--r-- | pixman/test/blitters-test.c | 2 | ||||
-rw-r--r-- | pixman/test/composite.c | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/pixman/test/blitters-test.c b/pixman/test/blitters-test.c index ea03f475d..df8235841 100644 --- a/pixman/test/blitters-test.c +++ b/pixman/test/blitters-test.c @@ -394,6 +394,6 @@ main (int argc, const char *argv[]) } return fuzzer_test_main("blitters", 2000000, - 0xE0A07495, + 0x63B4E3F3, test_composite, argc, argv); } diff --git a/pixman/test/composite.c b/pixman/test/composite.c index 9e51a8f65..594c69772 100644 --- a/pixman/test/composite.c +++ b/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); |