summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-26[script] Add a fallback image surface for replayChris Wilson1-0/+8
2008-11-25cairo-script: add $(top_builddir)/src to CPPPATH.Luo Jinghua1-1/+1
2008-11-21[script] Build fix for ! HAS_FT_FONTChris Wilson1-3/+2
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 Wilson5-4/+33
2008-11-19[trace] Simple unbounded cache for symbol lookups.Chris Wilson2-14/+65
2008-11-19[script] Add a simple replay.Chris Wilson3-1/+92
2008-11-13[cairo-script] Remove outdated #error to allow compilation to succeed.M Joonas Pihlaja1-6/+0
2008-11-13Add CairoScript interpreterChris Wilson12-1/+10768
2008-11-13[trace] Add caller line info.Chris Wilson3-55/+178
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 Wilson2-17/+106
2008-11-13[trace] Add unstable warning.Chris Wilson1-0/+1
2008-11-13[trace] Disable stdout by default.Chris Wilson1-19/+29
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