diff options
author | Taekyun Kim <tkq.kim@samsung.com> | 2011-09-27 17:32:03 +0900 |
---|---|---|
committer | Taekyun Kim <tkq.kim@samsung.com> | 2011-09-27 17:32:03 +0900 |
commit | 767b0d97a2ffb322d5c7d7fc5e35bca90df9de01 (patch) | |
tree | 2157f1d8a430f3b939d355a44019169ad17888da | |
parent | b42f2248a24ee23743a952bfdaf8ff21af832a59 (diff) |
Replace FAST_PATH_SAMPLES_COVER_CLIP with FAST_PATH_SAMPLES_COVER_CLIP_NEARESTsent_to_upstream
-rw-r--r-- | pixman/pixman-perf-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman-perf-stat.c b/pixman/pixman-perf-stat.c index cb77708..e270b53 100644 --- a/pixman/pixman-perf-stat.c +++ b/pixman/pixman-perf-stat.c @@ -434,7 +434,7 @@ get_transform_string (uint32_t flag) static const char* get_repeat_string (uint32_t flag) { - if (flag & FAST_PATH_SAMPLES_COVER_CLIP) + if (flag & FAST_PATH_SAMPLES_COVER_CLIP_NEAREST) return " cover"; else if ((flag & FAST_PATH_NORMAL_REPEAT) == FAST_PATH_NORMAL_REPEAT) return " normal"; |