[cairo-commit] 2 commits - benchmark/firefox-particles.lzma Makefile README webkit/webkit-canvas-alpha.lzma webkit/webkit-html4-page-walk.lzma

Chris Wilson ickle at kemper.freedesktop.org
Wed Oct 19 16:16:11 PDT 2011


 Makefile                           |    3 ++-
 README                             |    2 ++
 benchmark/firefox-particles.lzma   |binary
 webkit/webkit-canvas-alpha.lzma    |binary
 webkit/webkit-html4-page-walk.lzma |binary
 5 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 1a3eaff24c3e331149c65aba916fddb6b25a94e1
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Oct 19 23:39:28 2011 +0100

    Add another HTML5 canvas demo
    
    This is a mixture of invisible gradients and a lot of unaligned alpha
    composites

diff --git a/README b/README
index cf942d8..e06ea1a 100644
--- a/README
+++ b/README
@@ -120,6 +120,8 @@ firefox-fishbowl     - A HTML5 canvas demo, courtesy of
 firefox-paintball    - A HTML5 canvas demo, courtesy of
 		       http://ie.microsoft.com/testdrive/Performance/Paintball/Default.html
 
+firefox-particles    - A HTML5 canvas demo, courtesy of
+		       http://ie.microsoft.com/testdrive/Performance/ParticleAccelration
 firefox-canvas       - A pair of synthetic canvas benchmarks, found in the wild
 firefox-canvas-alpha   at http://flashcanvas.net/examples/dl.dropbox.com/u/1865210/mindcat/canvas_perf.html
 
diff --git a/benchmark/firefox-particles.lzma b/benchmark/firefox-particles.lzma
new file mode 100644
index 0000000..a5530f8
Binary files /dev/null and b/benchmark/firefox-particles.lzma differ
commit 65755b1e58076a6197289a7ee2454682f0f28851
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Jul 29 19:51:37 2011 +0100

    Add some webkit examples

diff --git a/Makefile b/Makefile
index 4242673..e8f8b6b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
 NULL :=
 FULL_LZMA := $(wildcard full/*.lzma)
+WEBKIT_LZMA := $(wildcard webkit/*.lzma)
 QUICK_LZMA := $(wildcard benchmark/*.lzma)
-ALL_LZMA:= $(FULL_LZMA) $(QUICK_LZMA)
+ALL_LZMA:= $(FULL_LZMA) $(WEBKIT_LZMA) $(QUICK_LZMA)
 ALL_TRACES := $(ALL_LZMA:.lzma=.trace)
 
 all: $(ALL_TRACES)
diff --git a/webkit/webkit-canvas-alpha.lzma b/webkit/webkit-canvas-alpha.lzma
new file mode 100644
index 0000000..7c93969
Binary files /dev/null and b/webkit/webkit-canvas-alpha.lzma differ
diff --git a/webkit/webkit-html4-page-walk.lzma b/webkit/webkit-html4-page-walk.lzma
new file mode 100644
index 0000000..7bde7b9
Binary files /dev/null and b/webkit/webkit-html4-page-walk.lzma differ


More information about the cairo-commit mailing list