summaryrefslogtreecommitdiff
path: root/util/cairo-trace
Commit message (Expand)AuthorAgeFilesLines
...
* trace: Emit the content type for image surfacesChris Wilson2011-07-291-1/+22
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-0/+92
* trace: Create a new opcode for recording surfaceChris Wilson2011-07-231-9/+2
* cairo-trace: Fix mark-dirty with xcb backendUli Schlachter2011-07-171-4/+12
* Handle CAIRO_STATUS_DEVICE_FINISHED in switchesUli Schlachter2011-07-091-0/+1
* cairo-trace: Fix use of buf outside of scopeChris Wilson2011-06-061-1/+2
* cairo-trace: Fix an obscure bug recording the fishtankChris Wilson2011-05-261-180/+191
* Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes2011-05-011-0/+4
* trace: Always emit a function name for write-to-png-streamAndrea Canciani2011-03-181-3/+4
* trace: Fix hint_style/hint_metrics typoChris Wilson2011-03-181-1/+1
* mesh: Add mesh pattern type and enum valuesAdrian Johnson2011-01-011-0/+1
* trace: Avoid stdbool.h C99ism.M Joonas Pihlaja2010-07-121-90/+94
* build: Rework pthread detection.M Joonas Pihlaja2010-07-111-2/+2
* Convert mime data length to use unsigned longChris Wilson2010-07-101-3/+3
* build: Fix pthread detectionBenjamin Otte2010-05-131-1/+1
* trace: And for the bonus round... Make it compile.Chris Wilson2010-05-111-2/+2
* trace: Try wrapping FT_Open_Face()Chris Wilson2010-05-111-12/+26
* subsurface: s/region/rectangle/Chris Wilson2010-04-301-5/+5
* trace: Wrap cairo_surface_create_for_region()Chris Wilson2010-04-281-0/+36
* trace: Remove unused functionsChris Wilson2010-04-261-24/+0
* trace: Check return value to suppress compiler warningChris Wilson2010-04-261-1/+4
* trace: Trivial compiler warning fixChris Wilson2010-04-261-1/+1
* trace: Fix trace endiannessAndrea Canciani2010-03-311-0/+15
* Silence enumeration warnings following addition of RGB16_565Chris Wilson2010-03-301-3/+22
* api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja2010-03-011-0/+4
* script: Port cairo_script_context_t to cairo_device_tChris Wilson2010-01-221-4/+4
* Add cairo_device_tChris Wilson2010-01-221-0/+2
* trace: Correctly encode octal values.Chris Wilson2010-01-071-7/+14
* [trace] Fix compilation when FreeType is disabledAndrea Canciani2009-12-301-0/+3
* Fix compilation on MacOS XAndrea Canciani2009-11-093-13/+17
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-5/+5
* [build] Link against pthread-stubsChris Wilson2009-10-151-1/+1
* [API] Make _cairo_meta_surface_replay() private againBenjamin Otte2009-09-301-22/+0
* [autoconf] Comment on the SIZEOF_VOID__ -> SIZEOF_VOID_P workaround.M Joonas Pihlaja2009-09-141-0/+2
* [trace] Look harder for the cairo-trace.so library.M Joonas Pihlaja2009-09-141-1/+16
* [trace] Don't use pthread_key_delete.M Joonas Pihlaja2009-09-141-1/+0
* [build] Check for dlsym in both libdl and libc.M Joonas Pihlaja2009-09-141-1/+5
* [build] Work around autoconf void* -> VOID__ name conversion bug.M Joonas Pihlaja2009-09-141-0/+4
* [trace] Don't trace internal cairo calls on Solaris.M Joonas Pihlaja2009-09-131-138/+327
* [trace] Don't rely on the constructor attribute to initialise the tracer.M Joonas Pihlaja2009-09-131-2/+174
* [trace] Don't try and propagate a void result.M Joonas Pihlaja2009-09-131-66/+70
* [trace] Avoid warnings from assigning a void pointer to a function pointer.M Joonas Pihlaja2009-09-131-2/+2
* [trace] Stray trailing ';' in bswap macrosChris Wilson2009-09-131-2/+2
* [trace] Compile without lookup-symbolChris Wilson2009-09-131-1/+5
* [configure] --enable-symbol-lookupChris Wilson2009-09-131-5/+9
* [trace] Check for __builtin_return_address explicitly.M Joonas Pihlaja2009-09-021-1/+1
* [trace] Replace an open coded test for matrix identity.M Joonas Pihlaja2009-09-021-4/+1
* [trace] Don't crash on unknown enums values.M Joonas Pihlaja2009-09-021-141/+172
* [trace] Check for object stack underflow.M Joonas Pihlaja2009-09-021-2/+24
* [trace] Get the tracee program name from the environment.M Joonas Pihlaja2009-09-022-13/+21