summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2009-08-10[utils] Remove unused codeBehdad Esfahbod1-30/+0
2009-08-10[script] Handle translation of compressed strings.Chris Wilson2-35/+56
2009-08-06[script] Ensure strings are nul terminatedChris Wilson1-1/+2
2009-08-06[script] Check for failure to store the glyph cacheChris Wilson1-4/+10
2009-08-06[script] Extend csi-replay to show how to use a single surfaceChris Wilson1-1/+72
2009-08-06[trace] Close the dictionary before fontChris Wilson1-1/+1
2009-08-06[trace] WhitespaceChris Wilson1-8/+4
2009-08-06[trace] Only write the 4 byte length to the streamChris Wilson1-1/+1
2009-07-28[script] Add cvi, cvr, modChris Wilson3-4/+100
2009-07-27[script] Fix reference to font source after transferring to mmapChris Wilson1-0/+6
2009-07-24[boilerplate] Fix compilation against old revisions (as old as 1.9.2!)Chris Wilson1-0/+2
2009-07-24[script] mark scan_read() inlineChris Wilson1-3/+3
2009-07-23[script] Decompress font sourcesChris Wilson1-20/+99
2009-07-23Remove clip handling from generic surface layer.Chris Wilson5-89/+152
2009-07-21Merge commit 'anholt/gl'Chris Wilson2-3/+61
2009-07-20Add a jhbuild moduleset.Chris Wilson1-0/+19
2009-07-18Compile fixes for mingw32.Chris Wilson1-2/+2
2009-07-17Add OpenVG backend.Chris Wilson1-0/+70
2009-07-15Fix build under distcheckChris Wilson1-0/+76
2009-07-14[script] Extended blend mode support.Chris Wilson2-1/+32
2009-07-04Remove the defunct test-meta surfaceChris Wilson1-15/+34
2009-07-04[script] Fix the trivial errors running the test suiteChris Wilson1-2/+4
2009-07-04[script] Prototypical binary translatorChris Wilson8-333/+906
2009-07-04[trace] Remove a few transient pattern def/undefChris Wilson1-11/+31
2009-07-04[script] Add missing include <string.h>Chris Wilson1-0/+1
2009-06-28[script] Enable error handling for recursive scannersChris Wilson2-3/+13
2009-06-28[trace] Compile fix for --enable-scriptChris Wilson1-1/+1
2009-06-28[script] Reuse glyph advance cache over multiple invocationsChris Wilson1-282/+131
2009-06-28[script] Use setjmp exception handling during scanningChris Wilson4-280/+221
2009-06-19[script] Include unistd.h if we're twiddling file descriptors.M Joonas Pihlaja1-1/+6
2009-06-19[trace] Compile without fontconfig.M Joonas Pihlaja1-0/+2
2009-06-19[trace] Prevent a child process from writing to the same fileChris Wilson1-0/+7
2009-06-19[script] Report line numberChris Wilson4-3/+20
2009-06-19[trace] Change the threshold at which pixel data is immediately copiedChris Wilson1-1/+4
2009-06-15Expose _cairo_null_surface_create() via a test surfaceChris Wilson1-0/+26
2009-06-15[trace] Add sticky bit to (system-wide) trace output dirChris Wilson1-1/+2
2009-06-13[util] Disable default build of font-viewChris Wilson1-1/+1
2009-06-13[trace] Strip absolute path off name when profilingChris Wilson1-2/+3
2009-06-13[trace] Handle wrapping pythonChris Wilson1-62/+83
2009-06-13[script] Disable compilation of examplesChris Wilson1-1/+1
2009-06-12[script] Also mmap backing storage for the pattern descriptionsChris Wilson1-1/+13
2009-06-11[script] Store fonts inside mmaped files.Chris Wilson1-16/+75
2009-06-11[script] Fix memleak of duplicated strings from filesChris Wilson3-2/+36
2009-06-11[script] Hide pixman-ops when copying pixelsChris Wilson1-15/+55
2009-06-08[trace] Prevent overflowing the operand stack when recreating objectsChris Wilson1-26/+63
2009-06-08[trace] Option to re-enable mark-dirtyChris Wilson1-0/+5
2009-06-07[trace] Redirect stdout to /dev/null when compressingChris Wilson1-1/+1
2009-06-07[configure] Don't attempt to build GTK+ utilities on system without GTK+Chris Wilson1-1/+4
2009-06-06[script] Enable compilation without fontconfigChris Wilson1-0/+6
2009-06-06[script] Manage used entries within hash tablesChris Wilson2-37/+73