[cairo-commit] [cairo-www] 2 commits - src/download.mdwn src/FAQ.mdwn
Chris Wilson
ickle at freedesktop.org
Wed Jun 23 01:24:15 PDT 2010
src/FAQ.mdwn | 3 +++
src/download.mdwn | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 84b1dcf57892f47ffcb905acde3182ea331c82a3
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Wed Jun 23 09:23:19 2010 +0100
Steer the novice user to cairo-traces/benchmark
diff --git a/src/FAQ.mdwn b/src/FAQ.mdwn
index 91fc247..f2b7e9e 100644
--- a/src/FAQ.mdwn
+++ b/src/FAQ.mdwn
@@ -421,3 +421,6 @@ poppler.
By checking this repository out to perf/cairo-traces in the cairo
source directory, these traces will be automatically run by
"cairo-perf-trace" (with no arguments) as well as by "make perf".
+Note that some of these traces are very long and intended to stress the
+system, and so we keep a representative selection of shorter traces
+which can be run using "./cairo-perf-trace -i3 cairo-traces/benchmark".
commit 272495b9260c0e424cb71cdca5f19c96929fe84d
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Wed Jun 23 09:23:04 2010 +0100
Correct the pixman.git url.
diff --git a/src/download.mdwn b/src/download.mdwn
index ad2367e..ea73d82 100644
--- a/src/download.mdwn
+++ b/src/download.mdwn
@@ -115,7 +115,7 @@ code. The following git commands are provided for your cut-and-paste
convenience.
git clone git://anongit.freedesktop.org/git/cairo
- git clone git://anongit.freedesktop.org/git/pixman
+ git clone git://anongit.freedesktop.org/git/pixman.git
followed by periodic updates in each resulting directory:
More information about the cairo-commit
mailing list