[cairo-commit] perf/cairo-perf-diff

Chris Wilson ickle at kemper.freedesktop.org
Fri Aug 17 16:55:30 PDT 2007


 perf/cairo-perf-diff |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
diff-tree 51b6cca8de3181d7b42b612ff491451c765d5811 (from 39367b26120b6e1ad0f556911a49f28ef370115b)
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sat Aug 18 00:54:30 2007 +0100

    [cairo-perf-diff] Remove reference to pixman.
    
    Remove the use of pixman as part of the perf id as pixman is no longer
    an integral component of cairo.

diff --git a/perf/cairo-perf-diff b/perf/cairo-perf-diff
index 92721f1..d88aa1e 100755
--- a/perf/cairo-perf-diff
+++ b/perf/cairo-perf-diff
@@ -122,9 +122,8 @@ cpu_count() {
 rev2perf() {
     rev=$1
     src_tree_sha=$(rev2sha $rev:src)
-    pxm_tree_sha=$(rev2sha $rev:pixman/src)
     perf_tree_sha=$(rev2sha HEAD:perf)
-    echo "$CAIRO_PERF_DIR/${perf_tree_sha}-${src_tree_sha}-${pxm_tree_sha}.perf"
+    echo "$CAIRO_PERF_DIR/${perf_tree_sha}-${src_tree_sha}.perf"
 }
 
 # Usage: run_cairo_perf_if_not_cached <rev> <suffix>


More information about the cairo-commit mailing list