test/check-formats.c: Add support for separable blend modes
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 30 Sep 2013 23:22:11 +0000 (19:22 -0400)
committerSøren Sandmann <ssp@redhat.com>
Sat, 4 Jan 2014 21:13:27 +0000 (16:13 -0500)
test/check-formats.c

index 7edc198c12b0f3a61dbf9d4b7b5b32f258db8707..8eb263b776b48f43c3a78d1bfecd8e617cdcbbad 100644 (file)
@@ -146,6 +146,22 @@ static const pixman_op_t op_list[] =
     PIXMAN_OP_CONJOINT_ATOP,
     PIXMAN_OP_CONJOINT_ATOP_REVERSE,
     PIXMAN_OP_CONJOINT_XOR,
+
+    PIXMAN_OP_MULTIPLY,
+    PIXMAN_OP_SCREEN,
+    PIXMAN_OP_OVERLAY,
+    PIXMAN_OP_DARKEN,
+    PIXMAN_OP_LIGHTEN,
+    PIXMAN_OP_COLOR_DODGE,
+    PIXMAN_OP_COLOR_BURN,
+    PIXMAN_OP_HARD_LIGHT,
+    PIXMAN_OP_SOFT_LIGHT,
+    PIXMAN_OP_DIFFERENCE,
+    PIXMAN_OP_EXCLUSION,
+    PIXMAN_OP_HSL_HUE,
+    PIXMAN_OP_HSL_SATURATION,
+    PIXMAN_OP_HSL_COLOR,
+    PIXMAN_OP_HSL_LUMINOSITY
 };
 
 static const pixman_format_code_t format_list[] =