summaryrefslogtreecommitdiff
path: root/src/cairo-debug.c
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/cairo-debug.c
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/cairo-debug.c')
-rw-r--r--src/cairo-debug.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cairo-debug.c b/src/cairo-debug.c
index 760f092e3..6acdea9dd 100644
--- a/src/cairo-debug.c
+++ b/src/cairo-debug.c
@@ -94,10 +94,6 @@ cairo_debug_reset_static_data (void)
_cairo_default_context_reset_static_data ();
-#if CAIRO_HAS_COGL_SURFACE
- _cairo_cogl_context_reset_static_data ();
-#endif
-
CAIRO_MUTEX_FINALIZE ();
}