summaryrefslogtreecommitdiff
path: root/src/cairo-image-source.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-07Add support for RGBA128F and RGB96F formats.Maarten Lankhorst1-0/+27
2018-05-07Use _cairo_malloc instead of mallocAdrian Johnson1-5/+5
2016-06-05image: fix record-replay-extend test failuresAdrian Johnson1-24/+43
2015-10-17Don't cull very thin lines on vector surfacesAdrian Johnson1-2/+3
2014-10-10image: Move filter decision to _cairo_pattern_analyze_filterBill Spitzak1-13/+9
2014-07-25V6 image: Use convolution filters for sample reconstruction when downscalingBill Spitzak1-1/+419
2014-06-05Revert "image: Use convolution filters for sample reconstruction when downsca...Uli Schlachter1-55/+10
2013-09-05image: Use convolution filters for sample reconstruction when downscalingKrzysztof KosiƄski1-10/+55
2012-04-27snapshot: Perform the cow under a mutexChris Wilson1-5/+28
2012-04-19Split cairo-pattern-private into struct+inlinesChris Wilson1-1/+1
2012-04-19Split cairo-recording-surface-private into struct+inlinesChris Wilson1-1/+1
2012-03-03image: Correct origin of unbound recording surface sourceChris Wilson1-13/+16
2012-02-24image: Handle recursive drawing of recording surfaceChris Wilson1-1/+88
2012-02-22image: Tidy reduction to EXTEND_NONE for replay surfacesChris Wilson1-12/+1
2012-02-15win32: Rebase on the new compositor infrastructureChris Wilson1-0/+25
2012-02-09Replace the ad-hoc surface unwrappers with a function pointerChris Wilson1-9/+3
2012-01-15rectangle: Implement _cairo_rectangle_contains_rectangle()Andrea Canciani1-8/+2
2011-11-25Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson1-0/+95
2011-11-23image: Remove dubious "optimisations" for acquired source imagesChris Wilson1-29/+0
2011-11-23image: Only unwrap a subsurface if the sample is fully containedChris Wilson1-14/+16
2011-10-11backends: Adds a new Cogl based backendRobert Bragg1-2/+2
2011-09-20image: don't offset by device transform for replay onto source surfaceChris Wilson1-5/+3
2011-09-20image: clip the replay to the sample extents in device spaceChris Wilson1-6/+23
2011-09-17image: intersect the source extents with the replay extents for EXTEND_NONEChris Wilson1-1/+4
2011-09-16image: Use the recording surface content for the recording sourceChris Wilson1-2/+7
2011-09-16image: Use A8 for creating a mask from a recording surfaceChris Wilson1-1/+2
2011-09-15image: Invert recording matrix before replayChris Wilson1-2/+7
2011-09-12Introduce a new compositor architectureChris Wilson1-0/+975