diff options
author | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-10-22 02:13:36 +0300 |
---|---|---|
committer | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-10-22 02:29:47 +0300 |
commit | 43a775f60da57206b194039cd5d8b6a735284c45 (patch) | |
tree | d6336bb46cc3927819c1341900ae80ca54b71abc /perf | |
parent | df357f26ff72571acb840715efa4930054d4fdbe (diff) |
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
The new name is more descriptive than the rather opaque meta surface.
Discussed with vigour on the mailing list and #cairo:
http://lists.cairographics.org/archives/cairo/2009-July/017571.html
Diffstat (limited to 'perf')
-rw-r--r-- | perf/cairo-perf-micro.c | 4 | ||||
-rw-r--r-- | perf/cairo-perf-trace.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/perf/cairo-perf-micro.c b/perf/cairo-perf-micro.c index f2699feb..44ed209c 100644 --- a/perf/cairo-perf-micro.c +++ b/perf/cairo-perf-micro.c @@ -63,10 +63,10 @@ typedef struct _cairo_perf_case { const cairo_perf_case_t perf_cases[]; /* Some targets just aren't that interesting for performance testing, - * (not least because many of these surface types use a meta-surface + * (not least because many of these surface types use a recording-surface * and as such defer the "real" rendering to later, so our timing * loops wouldn't count the real work, just the recording by the - * meta-surface. */ + * recording-surface. */ static cairo_bool_t target_is_measurable (const cairo_boilerplate_target_t *target) { diff --git a/perf/cairo-perf-trace.c b/perf/cairo-perf-trace.c index d442b634..dd8cc692 100644 --- a/perf/cairo-perf-trace.c +++ b/perf/cairo-perf-trace.c @@ -61,10 +61,10 @@ #define CAIRO_PERF_STABLE_STD_DEV_COUNT 3 /* Some targets just aren't that interesting for performance testing, - * (not least because many of these surface types use a meta-surface + * (not least because many of these surface types use a recording-surface * and as such defer the "real" rendering to later, so our timing * loops wouldn't count the real work, just the recording by the - * meta-surface. */ + * recording-surface. */ static cairo_bool_t target_is_measurable (const cairo_boilerplate_target_t *target) { |