summaryrefslogtreecommitdiff
path: root/src/cairo-image-source.c
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-1/+1
* Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-1/+1
* Fix user-font with foreground in group failures on image, PDF, and PSAdrian Johnson2023-01-031-0/+4
* Add support for RGBA128F and RGB96F formats.Maarten Lankhorst2019-01-071-0/+27
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-5/+5
* image: fix record-replay-extend test failuresAdrian Johnson2016-06-051-24/+43
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-2/+3
* image: Move filter decision to _cairo_pattern_analyze_filterBill Spitzak2014-10-101-13/+9
* V6 image: Use convolution filters for sample reconstruction when downscalingBill Spitzak2014-07-251-1/+419
* Revert "image: Use convolution filters for sample reconstruction when downsca...Uli Schlachter2014-06-051-55/+10
* image: Use convolution filters for sample reconstruction when downscalingKrzysztof KosiƄski2013-09-051-10/+55
* snapshot: Perform the cow under a mutexChris Wilson2012-04-271-5/+28
* Split cairo-pattern-private into struct+inlinesChris Wilson2012-04-191-1/+1
* Split cairo-recording-surface-private into struct+inlinesChris Wilson2012-04-191-1/+1
* image: Correct origin of unbound recording surface sourceChris Wilson2012-03-031-13/+16
* image: Handle recursive drawing of recording surfaceChris Wilson2012-02-241-1/+88
* image: Tidy reduction to EXTEND_NONE for replay surfacesChris Wilson2012-02-221-12/+1
* win32: Rebase on the new compositor infrastructureChris Wilson2012-02-151-0/+25
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-9/+3
* rectangle: Implement _cairo_rectangle_contains_rectangle()Andrea Canciani2012-01-151-8/+2
* Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson2011-11-251-0/+95
* image: Remove dubious "optimisations" for acquired source imagesChris Wilson2011-11-231-29/+0
* image: Only unwrap a subsurface if the sample is fully containedChris Wilson2011-11-231-14/+16
* backends: Adds a new Cogl based backendRobert Bragg2011-10-111-2/+2
* image: don't offset by device transform for replay onto source surfaceChris Wilson2011-09-201-5/+3
* image: clip the replay to the sample extents in device spaceChris Wilson2011-09-201-6/+23
* image: intersect the source extents with the replay extents for EXTEND_NONEChris Wilson2011-09-171-1/+4
* image: Use the recording surface content for the recording sourceChris Wilson2011-09-161-2/+7
* image: Use A8 for creating a mask from a recording surfaceChris Wilson2011-09-161-1/+2
* image: Invert recording matrix before replayChris Wilson2011-09-151-2/+7
* Introduce a new compositor architectureChris Wilson2011-09-121-0/+975