index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-surface-snapshot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-17
xlib: Implement SHM fallbacks and fast upload paths
Chris Wilson
1
-3
/
+2
2012-05-01
snapshot: Hold a reference to target whilst querying
Chris Wilson
1
-8
/
+43
2012-04-27
snapshot: Perform the cow under a mutex
Chris Wilson
1
-1
/
+6
2012-04-19
Split cairo-recording-surface-private into struct+inlines
Chris Wilson
1
-1
/
+1
2012-03-29
doc: Make doc ids more consistent my always putting ':' after them
Andrea Canciani
1
-1
/
+1
2012-02-24
debug: Add some TRACE statements for recording surfaces and snapshots
Chris Wilson
1
-0
/
+7
2012-02-09
Replace the ad-hoc surface unwrappers with a function pointer
Chris Wilson
1
-0
/
+9
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-10
/
+7
2011-08-14
xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.
Chris Wilson
1
-1
/
+4
2011-08-14
snapshot: Assert that we do not generate a snapshot clone
Chris Wilson
1
-1
/
+2
2011-08-14
subsurface+recording: handle recursion
Chris Wilson
1
-0
/
+12
2011-08-14
snapshot: Defer acquisition
Chris Wilson
1
-56
/
+17
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-0
/
+1
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
1
-1
/
+4
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-0
/
+1
2010-04-30
snapshot: Attach the backend generated snapshot to the target
Chris Wilson
1
-1
/
+20
2010-04-30
surface: Convert snapshots from an array to a double-linked list.
Chris Wilson
1
-7
/
+3
2010-04-28
snapshot: The snapshot masquerades as the target surface type.
Chris Wilson
1
-0
/
+2
2010-04-28
snapshot: Simply memcpy if the cloned image matches the original.
Chris Wilson
1
-6
/
+10
2010-04-27
snapshot: propagate status on finish
Chris Wilson
1
-3
/
+8
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-04-15
Use pixman_image_composite32()
Benjamin Otte
1
-6
/
+6
2010-03-24
snapshot: Finish the clone.
Chris Wilson
1
-0
/
+1
2010-03-22
recording: Cleanup the clip on error.
Chris Wilson
1
-0
/
+2
2010-01-22
Add cairo_device_t
Chris Wilson
1
-0
/
+1
2010-01-22
Real zero-copy cow snapshotting
Chris Wilson
1
-0
/
+225