summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-02time: Add cairo_time_t typeAndrea Canciani7-101/+419
2011-09-02win32: Fix compilationAndrea Canciani3-0/+3
2011-09-02quartz: Fix compilationAndrea Canciani2-0/+2
2011-08-30xcb: Fix fallback for *_shm_put_imageUli Schlachter1-2/+2
2011-08-30xcb: Add an assert for the tighten-bounds testUli Schlachter1-0/+3
2011-08-30observer: Add missing return codesChris Wilson1-4/+4
2011-08-30api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson12-24/+65
2011-08-30perf: Print a summary of each operation for a trace (using '-s')Chris Wilson2-65/+177
2011-08-29pdf: use a new clipper object in recording_subsurfaceAdrian Johnson1-0/+6
2011-08-29ps/pdf: use a new clipper object when emitting a recording surfaceAdrian Johnson2-0/+20
2011-08-24font-subsets: fix wrong string lengthAdrian Johnson1-1/+1
2011-08-23[ft] MinorBehdad Esfahbod1-1/+1
2011-08-23observe: Provide the sum of the elapsed time of the individual operationsChris Wilson2-6/+51
2011-08-23cff-subset: fix decoding of real numbersAdrian Johnson1-1/+3
2011-08-21cff-subset: don't easily give up parsing a charstring if we already have the ...Adrian Johnson1-4/+10
2011-08-21cff-subset: fallback when parsing the charstrings in bare cff fonts failsAdrian Johnson1-6/+17
2011-08-20observer: correct classification of aligned pathsChris Wilson1-5/+4
2011-08-20observer: bypass surface mid-layer and call into recording surface directlyChris Wilson1-46/+69
2011-08-20observer: copy glyphs around call into backendChris Wilson1-5/+14
2011-08-20recording: optionally disable optimise away clearsChris Wilson4-12/+28
2011-08-20xlib: Fix typo in snapshotting.Chris Wilson1-1/+1
2011-08-20observer: record all operations and their timingsChris Wilson7-55/+464
2011-08-18xcb-shm: Fix a logic error while allocating memUli Schlachter1-5/+6
2011-08-18xcb: Handle SHM exhaustion via falling backUli Schlachter1-2/+7
2011-08-18xcb: Merge two functions for creating shm imagesUli Schlachter3-41/+10
2011-08-18xcb: Fallback to image if allocating SHM failsUli Schlachter1-1/+1
2011-08-18obsever: include the operation timingsChris Wilson2-122/+553
2011-08-18observer: put a comma between array items when printingChris Wilson1-2/+3
2011-08-18observer: further classify general clipsChris Wilson4-4/+29
2011-08-18observer: only print out the non-zero clip typesChris Wilson1-6/+9
2011-08-18observer: only print out the non-zero path typesChris Wilson1-7/+10
2011-08-18obverser: only print out the active patternsChris Wilson1-13/+15
2011-08-18observer: print path antialias modesChris Wilson1-0/+16
2011-08-16pdf: change end of line in pdf output from \r\n to \nAdrian Johnson1-2/+2
2011-08-15snapshot: restore the order of detach vs callbackChris Wilson1-3/+3
2011-08-15observer: print stroke caps/joins frequenciesChris Wilson1-11/+54
2011-08-15observer: print operator frequenciesChris Wilson1-0/+67
2011-08-15observer: report number of solid patterns firstChris Wilson1-2/+2
2011-08-15stroke: Convert the outlines into contour and then into a polygonChris Wilson11-448/+1464
2011-08-15stroke: move normal stroker to new fileChris Wilson4-6/+1017
2011-08-15recording: Defend against bad user-inputChris Wilson1-1/+1
2011-08-15check: make check-headers happyChris Wilson7-0/+10
2011-08-15Introduce cairo_mime_surface_tChris Wilson5-21/+501
2011-08-14xml: Include 'cairo-image-surface-private.h'Chris Wilson1-0/+1
2011-08-14tee: compile fix for migration of _cairo_is_recording_surface()Chris Wilson1-0/+1
2011-08-14script: enable by defaultChris Wilson1-1/+1
2011-08-14Introduce cairo_surface_observer_t for performance analysisChris Wilson7-4/+1216
2011-08-14gstate: Copy clusters for an untransformed unbounded surfaceChris Wilson2-7/+13
2011-08-14script: Hook image caching into the snapshot mechanismChris Wilson1-67/+7
2011-08-14surface: Rearrange nothing_to_do? to catch OVER + clear sourceChris Wilson1-5/+7