summaryrefslogtreecommitdiff
path: root/util/cairo-trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-02[trace] Adopt _cairo_dtostrChris Wilson1-374/+546
2009-01-02[script] Recreate surface content.Chris Wilson1-1/+7
2009-01-02[trace] Correct escaped characters in string literal.Chris Wilson1-1/+12
2009-01-02[trace] Correct a couple of typos.Chris Wilson1-2/+2
2009-01-02[trace] Fix OBO in emit_glyphs()Chris Wilson1-1/+1
2009-01-02[trace] Minor tidy.Chris Wilson1-4/+4
2008-12-18[trace] Runtime version check.Chris Wilson1-22/+25
2008-12-12[script] Switch to hyphens.Chris Wilson1-57/+57
2008-12-12Fix compilation with --enable-png=noChris Wilson1-0/+4
2008-11-19[trace] Correctly push font-face onto the operand stack.Chris Wilson1-25/+36
2008-11-19[trace] Construct matrices directlyChris Wilson1-5/+5
2008-11-19Conditionally include byteswap.hChris Wilson1-1/+16
2008-11-19[trace] Simple unbounded cache for symbol lookups.Chris Wilson1-4/+5
2008-11-13[trace] Add caller line info.Chris Wilson1-13/+121
2008-11-13[trace] Check for an undefined pattern and use index instead.Chris Wilson1-2/+18
2008-11-13[trace] Detect and report broken traces.Chris Wilson1-1/+14
2008-11-13[trace] Trace mark-dirtyChris Wilson1-16/+105
2008-11-13[trace] Add unstable warning.Chris Wilson1-0/+1
2008-11-08[trace] Use a string literal for the type.Chris Wilson1-14/+14
2008-11-08[trace] Record the XID as a numberChris Wilson1-3/+3
2008-11-08[trace] Remove stray /sourceChris Wilson1-1/+0
2008-11-07[surface] Pass a separate closure for the mime-type destroy notifier.Chris Wilson1-2/+4
2008-11-05[trace] Use the mime-type image representationChris Wilson1-89/+214
2008-11-05[trace] Trim a few bytes from glyph arraysChris Wilson1-27/+38
2008-11-05[trace] Correct emission of set_font_face and set_sourceChris Wilson1-9/+27
2008-11-05[trace] Capture foreign drawables.Chris Wilson1-9/+93
2008-11-05[trace] Mark filter mode as immediate.Chris Wilson1-1/+1
2008-11-04[trace] Fix emission of cairo_scaled_font_create()Chris Wilson1-14/+13
2008-11-04[trace] Use a common directory by default.Chris Wilson1-2/+6
2008-11-04[trace] Convert [1 0 0 1 0 0] to identityChris Wilson1-9/+25
2008-11-03[trace] Big-endian compile fixes.Chris Wilson1-4/+4
2008-11-03[trace] Wrap test surfaces.Chris Wilson1-8/+108
2008-11-03[mime-data] Allow embedding of arbitrary mime-types.Chris Wilson1-1/+1
2008-11-03[trace] Emit set_mime_data().Chris Wilson1-2/+28
2008-11-03[trace] Fix boundary terminationsChris Wilson1-1/+1
2008-11-03[trace] Use utf8 len in show_text_glyphs().Chris Wilson1-16/+20
2008-10-31[util] Add cairo-trace.Chris Wilson1-0/+3345