summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2009-02-12[script] Expose a normal xlib window for replayChris Wilson1-56/+66
2009-01-31[util/malloc-stats] Do a single backtrace_symbols() callBehdad Esfahbod1-8/+50
2009-01-31[util] Fix memset bug in malloc-statsBehdad Esfahbod1-5/+4
2009-01-31[util] Don't link backtrace-symbols into malloc-statsBehdad Esfahbod1-1/+1
2009-01-30[util] Use a hash-table for malloc-stats.Chris Wilson1-47/+103
2009-01-29[trace] Comment out the redundant wrapping of FT_Open_Face()Chris Wilson1-0/+9
2009-01-29cairo-trace: Print name of trace file.Carl Worth1-0/+3
2009-01-02[trace] Adopt _cairo_dtostrChris Wilson1-374/+546
2009-01-02[script] Call the context creation hookChris Wilson1-1/+6
2009-01-02[script] more targetsChris Wilson1-13/+88
2009-01-02[script] Improve array construction.Chris Wilson5-36/+41
2009-01-02[script] Recreate surface content.Chris Wilson5-24/+74
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
2009-01-02[trace] Remove the forced switching to C localeChris Wilson1-4/+0
2009-01-02[trace] Do not force the output filename.Chris Wilson1-19/+6
2009-01-02Fix various README typosBehdad Esfahbod1-0/+6
2008-12-27[trace] Fix up positional argumentsChris Wilson1-3/+3
2008-12-26[util] Add waterfallBehdad Esfahbod2-1/+99
2008-12-24[util] Fix pangramBehdad Esfahbod1-1/+1
2008-12-23[util] Add cairo-viewBehdad Esfahbod2-1/+115
2008-12-18[script] Silence incorrect compiler warningsChris Wilson1-19/+19
2008-12-18[replay] Take advantage of unresolved fontsChris Wilson1-14/+2
2008-12-18[script] Avoid creating 0x0 windowsChris Wilson1-2/+4
2008-12-18[trace] Runtime version check.Chris Wilson1-22/+25
2008-12-12[script] Add examplesChris Wilson11-0/+1848
2008-12-12[script] Allocate the interned strings from a permanent poolChris Wilson2-11/+45
2008-12-12[script] Freed object cache.Chris Wilson4-51/+91
2008-12-12[script] Replay multiple files.Chris Wilson1-1/+3
2008-12-12[script] Slab allocatorChris Wilson2-2/+85
2008-12-12[script] Inline the stack pushChris Wilson4-51/+39
2008-12-12[script] Switch to hyphens.Chris Wilson2-122/+181
2008-12-12[script] Null constructorChris Wilson2-1/+14
2008-12-12[script] Reverse direction of bitshift.M Joonas Pihlaja1-2/+2
2008-12-12[script] Add simple to integer converterChris Wilson1-0/+23
2008-12-12[script] Simple replay.Chris Wilson3-1/+34
2008-12-12[script] Add a few mathematical constantsChris Wilson3-0/+51
2008-12-12[script] Add repeat operator.Chris Wilson1-1/+36
2008-12-12[script] Fix \t escapes in string literals.M Joonas Pihlaja1-1/+1
2008-12-12[script] Flesh out the relational comparison operators to be more PostScript-...M Joonas Pihlaja3-120/+132
2008-12-12[script] Implement the ne operator.M Joonas Pihlaja1-1/+18
2008-12-12[script] Implement PostScript-like semantics for the eq operator.M Joonas Pihlaja3-63/+97
2008-12-12[script] Don't segfault when hashing empty strings.M Joonas Pihlaja1-4/+7
2008-12-12[script] Fix dictionary construction to access the right stack slots.M Joonas Pihlaja1-2/+2
2008-12-12Fix compilation with --enable-png=noChris Wilson2-0/+12
2008-11-26[script] Use the in-tree libcairo for csi-replay.M Joonas Pihlaja1-1/+1
2008-11-26[script] Only use zlib if available.Chris Wilson3-2/+7
2008-11-26[script] Link the interpreter against the built library.Chris Wilson1-2/+2