summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-06-13 08:52:46 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-06-13 08:57:16 +0100
commitdf4a472c189eca4d2c2e3ab7a65942763b86c4b3 (patch)
tree5608a0d841300d3c3a1171b2115e81e2645e3250
parent599cf0c0346e4ec97343dbdf09df3718d6a16c69 (diff)
Add: poppler-alt-20090608
Rendering the same data as the original poppler trace, the difference here is that a new context is create for every page. (The first was to simulate using show-page after each.) I doubt performance wise the difference will be great (in fact I would expect there to be no difference, perhaps a slight cost to recreating the context each time). However, this will be much more useful when coupled with cairo-test-trace (which compares the output at the end of every context) than the original trace.
-rw-r--r--README3
-rw-r--r--poppler-20090608-alt.lzmabin0 -> 26575873 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index accdc3a..25af79e 100644
--- a/README
+++ b/README
@@ -32,4 +32,5 @@ evolution-20090605 - perusing some old cairo@ mail
swfdec-giant-steps - http://michalevy.com/wp-content/uploads/Giant%20Steps%202007.swf
swfdec-youtube - http://www.youtube.com/v/l6IAoPAjzpw&hl=en&fs=1&
-poppler-20090608 - render every page of http://intellinuxgraphics.org/*.pdf
+poppler-20090608 - render every page of http://intellinuxgraphics.org/*.pdf
+poppler-alt-20090608 - ditto, but using a new context for every page
diff --git a/poppler-20090608-alt.lzma b/poppler-20090608-alt.lzma
new file mode 100644
index 0000000..cf661b5
--- /dev/null
+++ b/poppler-20090608-alt.lzma
Binary files differ