summaryrefslogtreecommitdiff
path: root/src/cairo-surface-snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* Slightly improve dealing with error snapshotsUli Schlachter2021-01-071-1/+3
* snapshot: Don't use extra after it's been freed (CID #220086)Bryce Harrington2018-06-131-1/+4
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-2/+2
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-1/+2
* xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2012-08-171-3/+2
* snapshot: Hold a reference to target whilst queryingChris Wilson2012-05-011-8/+43
* snapshot: Perform the cow under a mutexChris Wilson2012-04-271-1/+6
* Split cairo-recording-surface-private into struct+inlinesChris Wilson2012-04-191-1/+1
* doc: Make doc ids more consistent my always putting ':' after themAndrea Canciani2012-03-291-1/+1
* debug: Add some TRACE statements for recording surfaces and snapshotsChris Wilson2012-02-241-0/+7
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+9
* Introduce a new compositor architectureChris Wilson2011-09-121-10/+7
* xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.Chris Wilson2011-08-141-1/+4
* snapshot: Assert that we do not generate a snapshot cloneChris Wilson2011-08-141-1/+2
* subsurface+recording: handle recursionChris Wilson2011-08-141-0/+12
* snapshot: Defer acquisitionChris Wilson2011-08-141-56/+17
* image: move surface definition to new header for subclassingChris Wilson2011-08-131-0/+1
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-1/+4
* Implement cairo_backend_tChris Wilson2011-07-151-0/+1
* snapshot: Attach the backend generated snapshot to the targetChris Wilson2010-04-301-1/+20
* surface: Convert snapshots from an array to a double-linked list.Chris Wilson2010-04-301-7/+3
* snapshot: The snapshot masquerades as the target surface type.Chris Wilson2010-04-281-0/+2
* snapshot: Simply memcpy if the cloned image matches the original.Chris Wilson2010-04-281-6/+10
* snapshot: propagate status on finishChris Wilson2010-04-271-3/+8
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Use pixman_image_composite32()Benjamin Otte2010-04-151-6/+6
* snapshot: Finish the clone.Chris Wilson2010-03-241-0/+1
* recording: Cleanup the clip on error.Chris Wilson2010-03-221-0/+2
* Add cairo_device_tChris Wilson2010-01-221-0/+1
* Real zero-copy cow snapshottingChris Wilson2010-01-221-0/+225