summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorGeorge Matsumura <gmmatsumura01@bvsd.org>2020-08-05 23:10:42 -0600
committerGeorge Matsumura <gmmatsumura01@bvsd.org>2020-08-25 02:30:58 -0600
commitecbd7ed1740485ccb2be29326ffa6e5ace1df2a7 (patch)
tree5c2bd8ca4d74d0ff8c86833753b288fd90801fa1 /src/meson.build
parent939da43c44ec28b278db36ab744a1176bbdfa890 (diff)
downloadcairo-ecbd7ed1740485ccb2be29326ffa6e5ace1df2a7.tar.gz
cogl: Add new path cache
This redesigns the path cache so that it does not mess with the context functions, thereby hopefully making it much more resilient to changes in the rest of cairo that change the way the default context works. It is also much simpler, and it is anticipated that it will be more maintainable. Performance in contrast to the old cache design speeds up most traces in cairo-perf-trace, and slows down only a lesser few by <20%. Signed-off-by: George Matsumura <gmmatsumura01@bvsd.org>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 5a3fb92e5..160e6657c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -217,7 +217,6 @@ cairo_feature_sources = {
'cairo-cogl': [
'cairo-cogl-surface.c',
'cairo-cogl-gradient.c',
- 'cairo-cogl-context.c',
'cairo-cogl-utils.c',
],
'cairo-directfb': [