summaryrefslogtreecommitdiff
path: root/util/cairo-trace
AgeCommit message (Expand)AuthorFilesLines
2013-09-05trace: Record set-device-scaleChris Wilson1-0/+12
2013-06-05trace: Improve operand emissionChris Wilson1-60/+87
2012-11-28trace: Do not forcibly add surfaces to the dictionaryChris Wilson1-18/+32
2012-11-27trace: Fix operand emission for map-to-image and unmap-imageChris Wilson1-24/+34
2012-08-11trace: Fix propagation of CAIRO_TRACE_OUTDIR to childrenChris Wilson1-1/+1
2012-03-19trace: Wrap GL surfacesDongyeon Kim1-0/+183
2012-03-15trace: Add breadcrumb for cairo_image_surface_get_data()Chris Wilson1-0/+22
2012-03-10doc: fix a few typos found by codespellNis Martensen1-1/+1
2011-11-25trace: Remove the warning about the unstable formatChris Wilson1-1/+0
2011-11-25Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson1-15/+12
2011-09-27trace: Emit an stack operation to create a pattern from an undefined surfaceChris Wilson1-3/+14
2011-09-12Introduce a new compositor architectureChris Wilson1-28/+86
2011-08-30api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson1-0/+5
2011-08-15Introduce cairo_mime_surface_tChris Wilson1-0/+49
2011-08-10trace: Pop the surface after write-to-pngChris Wilson1-2/+2
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani1-2/+1
2011-07-29trace: Emit the content type for image surfacesChris Wilson1-1/+22
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-0/+92
2011-07-23trace: Create a new opcode for recording surfaceChris Wilson1-9/+2
2011-07-17cairo-trace: Fix mark-dirty with xcb backendUli Schlachter1-4/+12
2011-07-09Handle CAIRO_STATUS_DEVICE_FINISHED in switchesUli Schlachter1-0/+1
2011-06-06cairo-trace: Fix use of buf outside of scopeChris Wilson1-1/+2
2011-05-26cairo-trace: Fix an obscure bug recording the fishtankChris Wilson1-180/+191
2011-05-01Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes1-0/+4
2011-03-18trace: Always emit a function name for write-to-png-streamAndrea Canciani1-3/+4
2011-03-18trace: Fix hint_style/hint_metrics typoChris Wilson1-1/+1
2011-01-01mesh: Add mesh pattern type and enum valuesAdrian Johnson1-0/+1
2010-07-12trace: Avoid stdbool.h C99ism.M Joonas Pihlaja1-90/+94
2010-07-11build: Rework pthread detection.M Joonas Pihlaja1-2/+2
2010-07-10Convert mime data length to use unsigned longChris Wilson1-3/+3
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