[cairo-commit] README swfdec-fill-rate-2xaa.lzma swfdec-fill-rate-4xaa.lzma swfdec-fill-rate.lzma
Chris Wilson
ickle at kemper.freedesktop.org
Sun Jun 14 04:52:44 PDT 2009
README | 7 +++++--
swfdec-fill-rate-2xaa.lzma |binary
swfdec-fill-rate-4xaa.lzma |binary
swfdec-fill-rate.lzma |binary
4 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit a9467d31cd0e991d32cf0d88c71ccd64ba90329f
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Sun Jun 14 12:44:53 2009 +0100
Add: swfdec-fill-rate
This trace was created from an example slideshow from www.slide.com. The
interesting aspect is that we have runs with multiple levels of FSAA
applied - created by rendering each scene to a supersampled similar
surface and then downsampling to the output window. The original is
dominated by texture upload, but with supersampling it should become fill
limited (as well as a stress test for the hardware!).
diff --git a/README b/README
index 25af79e..0e744c5 100644
--- a/README
+++ b/README
@@ -29,8 +29,11 @@ gnome-terminal-20090601 - exercising the various performance tests within vte
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&
+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&
+swfdec-fill-rate - an example slideshow created from www.slide.com
+swfdec-fill-rate-2xaa - ditto, but with 2x FSAA
+swfdec-fill-rate-4xaa - ditto, but with 4x FSAA
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/swfdec-fill-rate-2xaa.lzma b/swfdec-fill-rate-2xaa.lzma
new file mode 100644
index 0000000..5ba5d73
Binary files /dev/null and b/swfdec-fill-rate-2xaa.lzma differ
diff --git a/swfdec-fill-rate-4xaa.lzma b/swfdec-fill-rate-4xaa.lzma
new file mode 100644
index 0000000..daa14e1
Binary files /dev/null and b/swfdec-fill-rate-4xaa.lzma differ
diff --git a/swfdec-fill-rate.lzma b/swfdec-fill-rate.lzma
new file mode 100644
index 0000000..df78e48
Binary files /dev/null and b/swfdec-fill-rate.lzma differ
More information about the cairo-commit
mailing list