summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-image-surface.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Use _cairo_malloc instead of mallocAdrian Johnson1-1/+1
2015-10-17Fix some surfaces missed in b1192beaAdrian Johnson1-1/+2
2014-10-03quartz: Check for quartz surface type before conversionBryce Harrington1-1/+1
2014-09-29src: check the surface backend for NULLRavi Nanjundappa1-1/+3
2014-09-22Don't return NULL to clients when getting imageBryce Harrington1-1/+1
2012-08-17xlib: Implement SHM fallbacks and fast upload pathsChris Wilson1-1/+5
2012-06-14quart-image: Fix compilationAndrea Canciani1-1/+1
2012-06-01Erradicate internal use of cairo_surface_get_type()Chris Wilson1-2/+2
2012-05-26surface: Make backend-specific map/unmap functions symmetricAndrea Canciani1-5/+2
2012-05-26surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani1-1/+1
2012-03-29doc: Make documentation comments symmetricAndrea Canciani1-1/+1
2012-03-10doc: symbol names in header and comment must matchNis Martensen1-2/+2
2012-02-09Replace the ad-hoc surface unwrappers with a function pointerChris Wilson1-0/+1
2011-11-09quartz-image: Fix buildAndrea Canciani1-24/+32
2011-09-12Introduce a new compositor architectureChris Wilson1-42/+118
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-1/+6
2011-07-19build: Fix compilationAndrea Canciani1-0/+1
2011-07-15Implement cairo_backend_tChris Wilson1-0/+2
2011-04-21Remove quartz-image extents.Jeff Muizelaar1-5/+10
2010-05-06Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corpora...Metal Sonic1-1/+1
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22Add cairo_device_tChris Wilson1-0/+1
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+2
2009-11-05quartz: Fix compilationAndrea Canciani1-1/+1
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-10/+4
2009-01-29[surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini1-2/+3
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-10-15[quartz] Completely remove CAIRO_HAS_QUARTZ_IMAGE_SURFACE checkJeff Muizelaar1-4/+0
2008-10-15[quartz] Rebalance 'CAIRO_HAS_QUARTZ_IMAGE_SURFACE' #ifdefJeff Muizelaar1-0/+2
2008-09-03[quartz] move _cairo_quartz_create_cgimage to cairo-quartz-surface.cVladimir Vukicevic1-86/+0
2008-07-18Fix cairo-quartz-image-surface compilation errorVladimir Vukicevic1-5/+5
2008-05-10[cairo-quartz-image-surface] Remove one abuse of out-of-memory statusBehdad Esfahbod1-1/+2
2008-05-10Fix gtk-doc warningsBehdad Esfahbod1-6/+6
2008-03-13[quartz] remove some compiler warningsVladimir Vukicevic1-4/+0
2008-03-08[quartz] Don't force interpolation off for imagesVladimir Vukicevic1-2/+2
2008-03-07[quartz] split out (experimental) quartz-image into separate fileVladimir Vukicevic1-7/+14
2008-02-28Fix typo in documentationCarl Worth1-1/+1
2008-02-25[quartz] Add quartz-image-surface typeVladimir Vukicevic1-0/+370