summaryrefslogtreecommitdiff
path: root/util/trace-to-xml.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-22xml: Port to cairo_device_tChris Wilson1-3/+4
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-2/+2
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
2009-08-29Add xml surfaceChris Wilson1-0/+77
A very simple surface that produces a hierarchical DAG in a simple XML format. It is intended to be used whilst debugging, for example with the automatic regression finding tools of cairo-sphinx, and with test suites that just want to verify that their code made a particular Cairo call.