summaryrefslogtreecommitdiff
path: root/util/cairo-trace
AgeCommit message (Expand)AuthorFilesLines
2010-05-13build: Fix pthread detectionBenjamin Otte1-1/+1
2010-05-11trace: And for the bonus round... Make it compile.Chris Wilson1-2/+2
2010-05-11trace: Try wrapping FT_Open_Face()Chris Wilson1-12/+26
2010-04-30subsurface: s/region/rectangle/Chris Wilson1-5/+5
2010-04-28trace: Wrap cairo_surface_create_for_region()Chris Wilson1-0/+36
2010-04-26trace: Remove unused functionsChris Wilson1-24/+0
2010-04-26trace: Check return value to suppress compiler warningChris Wilson1-1/+4
2010-04-26trace: Trivial compiler warning fixChris Wilson1-1/+1
2010-03-31trace: Fix trace endiannessAndrea Canciani1-0/+15
2010-03-30Silence enumeration warnings following addition of RGB16_565Chris Wilson1-3/+22
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-0/+4
2010-01-22script: Port cairo_script_context_t to cairo_device_tChris Wilson1-4/+4
2010-01-22Add cairo_device_tChris Wilson1-0/+2
2010-01-07trace: Correctly encode octal values.Chris Wilson1-7/+14
2009-12-30[trace] Fix compilation when FreeType is disabledAndrea Canciani1-0/+3
2009-11-09Fix compilation on MacOS XAndrea Canciani3-13/+17
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-5/+5
2009-10-15[build] Link against pthread-stubsChris Wilson1-1/+1
2009-09-30[API] Make _cairo_meta_surface_replay() private againBenjamin Otte1-22/+0
2009-09-14[autoconf] Comment on the SIZEOF_VOID__ -> SIZEOF_VOID_P workaround.M Joonas Pihlaja1-0/+2
2009-09-14[trace] Look harder for the cairo-trace.so library.M Joonas Pihlaja1-1/+16
2009-09-14[trace] Don't use pthread_key_delete.M Joonas Pihlaja1-1/+0
2009-09-14[build] Check for dlsym in both libdl and libc.M Joonas Pihlaja1-1/+5
2009-09-14[build] Work around autoconf void* -> VOID__ name conversion bug.M Joonas Pihlaja1-0/+4
2009-09-13[trace] Don't trace internal cairo calls on Solaris.M Joonas Pihlaja1-138/+327
2009-09-13[trace] Don't rely on the constructor attribute to initialise the tracer.M Joonas Pihlaja1-2/+174
2009-09-13[trace] Don't try and propagate a void result.M Joonas Pihlaja1-66/+70
2009-09-13[trace] Avoid warnings from assigning a void pointer to a function pointer.M Joonas Pihlaja1-2/+2
2009-09-13[trace] Stray trailing ';' in bswap macrosChris Wilson1-2/+2
2009-09-13[trace] Compile without lookup-symbolChris Wilson1-1/+5
2009-09-13[configure] --enable-symbol-lookupChris Wilson1-5/+9
2009-09-02[trace] Check for __builtin_return_address explicitly.M Joonas Pihlaja1-1/+1
2009-09-02[trace] Replace an open coded test for matrix identity.M Joonas Pihlaja1-4/+1
2009-09-02[trace] Don't crash on unknown enums values.M Joonas Pihlaja1-141/+172
2009-09-02[trace] Check for object stack underflow.M Joonas Pihlaja1-2/+24
2009-09-02[trace] Get the tracee program name from the environment.M Joonas Pihlaja2-13/+21
2009-08-31[trace] Use HAVE_FLOCKFILE/FUNLOCKFILE since configure test for them.M Joonas Pihlaja1-0/+4
2009-08-29Fix errors found by clangChris Wilson1-6/+8
2009-08-29[script] Emit surface contentChris Wilson1-1/+4
2009-08-29[script] Introduce cairo_script_context_tChris Wilson1-15/+5
2009-08-29[trace] Fix emission of similar (track operands)Chris Wilson1-7/+6
2009-08-29[trace] Emit an 'index' for an undefined surfaceChris Wilson1-11/+10
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-23Remove clip handling from generic surface layer.Chris Wilson1-59/+60
2009-07-17Add OpenVG backend.Chris Wilson1-0/+70
2009-07-14[script] Extended blend mode support.Chris Wilson1-1/+17
2009-07-04Remove the defunct test-meta surfaceChris Wilson1-15/+34
2009-07-04[trace] Remove a few transient pattern def/undefChris Wilson1-11/+31