summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-09-07 10:26:32 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-09-07 15:03:21 +0100
commita33f2f6962a5cb09eca60825fa1a022c3e00991c (patch)
tree5b8948ea2364f9c19cb14ebfd418d2acdaa6b3fe /test
parent1a6f2b08a16ffe2af28ddb3fcf0e7295226ad73d (diff)
Revert "[ps] A flattened gradient is not linear."
This reverts commit 85ed37da33522efa101eb508a4091bcfa24ae944. Adrian Johnson pointed out that iff the gradient has constant alpha then it can be flattened. Reverting this commit in order to restore the capability to handle gradient flattening.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
-rw-r--r--test/clip-operator-ps-argb32-ref.pngbin0 -> 9102 bytes
-rw-r--r--test/clip-operator-ps-rgb24-ref.pngbin0 -> 4620 bytes
-rw-r--r--test/gradient-alpha-ps-argb32-ref.pngbin0 -> 189 bytes
-rw-r--r--test/gradient-alpha-ps-rgb24-ref.pngbin0 -> 179 bytes
-rw-r--r--test/operator-clear-ps-argb32-ref.pngbin0 -> 1435 bytes
-rw-r--r--test/operator-source-ps-argb32-ref.pngbin0 -> 3890 bytes
-rw-r--r--test/operator-source-ps-rgb24-ref.pngbin0 -> 3181 bytes
8 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 9424d2ea..562f4d49 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -448,6 +448,8 @@ REFERENCE_IMAGES = \
glyph-cache-pressure-quartz-ref.png \
gradient-alpha-pdf-argb32-ref.png \
gradient-alpha-pdf-rgb24-ref.png \
+ gradient-alpha-ps-argb32-ref.png \
+ gradient-alpha-ps-rgb24-ref.png \
gradient-alpha-ref.png \
gradient-alpha-rgb24-ref.png \
gradient-zero-stops-ref.png \
diff --git a/test/clip-operator-ps-argb32-ref.png b/test/clip-operator-ps-argb32-ref.png
new file mode 100644
index 00000000..35014bd8
--- /dev/null
+++ b/test/clip-operator-ps-argb32-ref.png
Binary files differ
diff --git a/test/clip-operator-ps-rgb24-ref.png b/test/clip-operator-ps-rgb24-ref.png
new file mode 100644
index 00000000..1736e4bb
--- /dev/null
+++ b/test/clip-operator-ps-rgb24-ref.png
Binary files differ
diff --git a/test/gradient-alpha-ps-argb32-ref.png b/test/gradient-alpha-ps-argb32-ref.png
new file mode 100644
index 00000000..323238bd
--- /dev/null
+++ b/test/gradient-alpha-ps-argb32-ref.png
Binary files differ
diff --git a/test/gradient-alpha-ps-rgb24-ref.png b/test/gradient-alpha-ps-rgb24-ref.png
new file mode 100644
index 00000000..430052cb
--- /dev/null
+++ b/test/gradient-alpha-ps-rgb24-ref.png
Binary files differ
diff --git a/test/operator-clear-ps-argb32-ref.png b/test/operator-clear-ps-argb32-ref.png
new file mode 100644
index 00000000..d9a77694
--- /dev/null
+++ b/test/operator-clear-ps-argb32-ref.png
Binary files differ
diff --git a/test/operator-source-ps-argb32-ref.png b/test/operator-source-ps-argb32-ref.png
new file mode 100644
index 00000000..d5cb053a
--- /dev/null
+++ b/test/operator-source-ps-argb32-ref.png
Binary files differ
diff --git a/test/operator-source-ps-rgb24-ref.png b/test/operator-source-ps-rgb24-ref.png
new file mode 100644
index 00000000..eb73a9e3
--- /dev/null
+++ b/test/operator-source-ps-rgb24-ref.png
Binary files differ