summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2010-08-07Add cairo-gobject libraryBenjamin Otte5-0/+811
2010-07-12trace: Avoid stdbool.h C99ism.M Joonas Pihlaja1-90/+94
2010-07-11build: Rework pthread detection.M Joonas Pihlaja3-3/+8
2010-07-10Convert mime data length to use unsigned longChris Wilson1-3/+3
2010-05-27script: Update csi-exec to match new interface.Chris Wilson1-1/+2
2010-05-13build: Fix pthread detectionBenjamin Otte2-4/+3
2010-05-12script: Avoid the expensive of the redundant memset.Chris Wilson1-13/+26
2010-05-12script: Don't hash the entire image.Chris Wilson1-11/+24
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 Wilson2-11/+11
2010-04-28trace: Wrap cairo_surface_create_for_region()Chris Wilson2-0/+69
2010-04-27Update FSF addressAndrea Canciani10-10/+10
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-04-14script: Flush prior to modifying the image data.Chris Wilson1-0/+1
2010-03-31configure: check -lrt for shm_open()Chris Wilson1-1/+1
2010-03-31script: Fix script scanner endiannessAndrea Canciani1-15/+15
2010-03-31trace: Fix trace endiannessAndrea Canciani1-0/+15
2010-03-30Silence enumeration warnings following addition of RGB16_565Chris Wilson3-3/+58
2010-03-21script: Use a stack to push/pop recursed line numbers.Chris Wilson1-2/+6
2010-03-21script: Remove the version check.Chris Wilson1-2/+0
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja3-3/+15
2010-02-10script: Compile without mmapChris Wilson1-2/+3
2010-02-02csi-replay: compile fixChris Wilson1-11/+21
2010-01-27build: Remove glitz surfaceBenjamin Otte1-9/+1
2010-01-22xml: Port to cairo_device_tChris Wilson1-3/+4
2010-01-22script: Port cairo_script_context_t to cairo_device_tChris Wilson5-25/+25
2010-01-22Add cairo_device_tChris Wilson1-0/+2
2010-01-22script: Handle cache allocation failure more gracefullyChris Wilson1-41/+33
2010-01-22script: Free the correct pattern after failure.Chris Wilson1-1/+1
2010-01-22script: Permit surface operations on the contextChris Wilson1-3/+11
2010-01-22perf: Enable a surface cache for perf-traceChris Wilson3-3/+16
2010-01-22gitignore: refreshChris Wilson2-0/+3
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-29[dirty] Add more missing surface dirtying notifications.M Joonas Pihlaja1-0/+2
2009-11-09Fix compilation on MacOS XAndrea Canciani3-13/+17
2009-11-02sphinx: Add required pthread libsBenjamin Otte1-2/+2
2009-11-02sphinx: Add required pthread libsChris Wilson1-2/+3
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja4-30/+30
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-14[build] Add a default message for when GLEW isn't builtChris Wilson1-0/+1