summaryrefslogtreecommitdiff
path: root/src/cairo-surface-snapshot.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-17xlib: Implement SHM fallbacks and fast upload pathsChris Wilson1-3/+2
2012-05-01snapshot: Hold a reference to target whilst queryingChris Wilson1-8/+43
2012-04-27snapshot: Perform the cow under a mutexChris Wilson1-1/+6
2012-04-19Split cairo-recording-surface-private into struct+inlinesChris Wilson1-1/+1
2012-03-29doc: Make doc ids more consistent my always putting ':' after themAndrea Canciani1-1/+1
2012-02-24debug: Add some TRACE statements for recording surfaces and snapshotsChris Wilson1-0/+7
2012-02-09Replace the ad-hoc surface unwrappers with a function pointerChris Wilson1-0/+9
2011-09-12Introduce a new compositor architectureChris Wilson1-10/+7
2011-08-14xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.Chris Wilson1-1/+4
2011-08-14snapshot: Assert that we do not generate a snapshot cloneChris Wilson1-1/+2
2011-08-14subsurface+recording: handle recursionChris Wilson1-0/+12
2011-08-14snapshot: Defer acquisitionChris Wilson1-56/+17
2011-08-13image: move surface definition to new header for subclassingChris Wilson1-0/+1
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-1/+4
2011-07-15Implement cairo_backend_tChris Wilson1-0/+1
2010-04-30snapshot: Attach the backend generated snapshot to the targetChris Wilson1-1/+20
2010-04-30surface: Convert snapshots from an array to a double-linked list.Chris Wilson1-7/+3
2010-04-28snapshot: The snapshot masquerades as the target surface type.Chris Wilson1-0/+2
2010-04-28snapshot: Simply memcpy if the cloned image matches the original.Chris Wilson1-6/+10
2010-04-27snapshot: propagate status on finishChris Wilson1-3/+8
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-15Use pixman_image_composite32()Benjamin Otte1-6/+6
2010-03-24snapshot: Finish the clone.Chris Wilson1-0/+1
2010-03-22recording: Cleanup the clip on error.Chris Wilson1-0/+2
2010-01-22Add cairo_device_tChris Wilson1-0/+1
2010-01-22Real zero-copy cow snapshottingChris Wilson1-0/+225