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-recording-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-12
recording: Avoid indirection through indices array if not reduced
Chris Wilson
1
-1
/
+1
2013-01-03
stroke: Make the incremental trapezoid stroker optionally available again
Chris Wilson
1
-6
/
+6
2012-11-10
recording: Append new elements to the end of the bbtree chain
Zozó Teki
1
-1
/
+4
2012-10-11
recording: Copy across the is-clear? during snapshotting
Chris Wilson
1
-1
/
+1
2012-10-11
recording: copy reverses its dst and src parameters
Henry Song
1
-1
/
+1
2012-10-03
recording: Perform an explicit during snapshot
Chris Wilson
1
-1
/
+311
2012-04-19
Split cairo-recording-surface-private into struct+inlines
Chris Wilson
1
-1
/
+1
2012-04-19
Split cairo-combsort-privates 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-03-29
doc: Make documentation comments symmetric
Andrea Canciani
1
-2
/
+2
2012-03-10
doc: describe cairo_recording_surface_get_extents
Nis Martensen
1
-0
/
+12
2012-02-24
recording: Remove superfluous reset
Chris Wilson
1
-1
/
+0
2012-02-24
recording: Optimize a copy of one recording surface onto another
Chris Wilson
1
-1
/
+20
2012-02-24
debug: Add some TRACE statements for recording surfaces and snapshots
Chris Wilson
1
-0
/
+10
2012-02-09
Replace the ad-hoc surface unwrappers with a function pointer
Chris Wilson
1
-0
/
+2
2011-10-12
recording-surface: Initialize optimize-clears before use in snapshotting
Chris Wilson
1
-0
/
+1
2011-10-12
recording-surface: Optimize away anything below an opaque fill
Chris Wilson
1
-0
/
+9
2011-10-12
recording-surface: Free the contents of the command array when clearing
Chris Wilson
1
-2
/
+16
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-83
/
+48
2011-08-20
recording: optionally disable optimise away clears
Chris Wilson
1
-6
/
+6
2011-08-20
observer: record all operations and their timings
Chris Wilson
1
-0
/
+90
2011-08-15
recording: Defend against bad user-input
Chris Wilson
1
-1
/
+1
2011-08-14
record: Offset the clip by the replay transformation as well
Chris Wilson
1
-14
/
+0
2011-08-14
subsurface+recording: handle recursion
Chris Wilson
1
-14
/
+97
2011-08-14
recording: break self-copy loop
Chris Wilson
1
-5
/
+19
2011-08-14
recording: remove the duplicate 'content' field
Chris Wilson
1
-4
/
+2
2011-08-13
Only reduce the clip if it is not in active use for the operation
Chris Wilson
1
-5
/
+2
2011-08-13
recording: replay_all is meant to mean REPLAY && ALL!
Chris Wilson
1
-1
/
+1
2011-08-13
recording-surface: Don't store the transient error when returning the path
Chris Wilson
1
-1
/
+1
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-0
/
+1
2011-08-10
recording: do not reduce required clips
Chris Wilson
1
-0
/
+2
2011-07-29
gl: Rectangular fast path
Chris Wilson
1
-2
/
+8
2011-07-29
record: Only reduce fill+stroke if the clip doesn't change between the commands
Chris Wilson
1
-1
/
+3
2011-07-29
record: Assume recording surface targets are clear
Chris Wilson
1
-21
/
+18
2011-07-28
record: Recording surfaces need an explicit clear
Chris Wilson
1
-1
/
+1
2011-07-28
record: We can only skip the clear so long as we know the destination is clear
Chris Wilson
1
-1
/
+1
2011-07-28
record: And remember to offset the index of unbounded playback
Chris Wilson
1
-1
/
+1
2011-07-28
record: Use a bbtree to reduce is-visible checking overheads
Chris Wilson
1
-11
/
+310
2011-07-26
composite: Pass unbounded extents to initialisation
Chris Wilson
1
-16
/
+5
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
1
-1
/
+6
2011-07-26
record: Check the operation against the target device extents.
Chris Wilson
1
-2
/
+9
2011-07-26
record: Store the untransformed operation extents along with the command
Chris Wilson
1
-96
/
+199
2011-07-24
recording: Combine the clip to the recording + target surface extents
Chris Wilson
1
-22
/
+18
2011-07-24
recording: Move the glyph allocation into the wrapper after checking clip status
Chris Wilson
1
-20
/
+1
2011-07-24
recording: Only look for a fill-stroke operation if the target supports one
Chris Wilson
1
-39
/
+39
2011-07-23
image: replay the recording surface directly onto the target
Chris Wilson
1
-21
/
+47
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-48
/
+34
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-0
/
+3
2011-01-16
doc: Fix some broken references and gtk-doc warnings
Maarten Bosmans
1
-5
/
+5
2010-12-10
path: Always interpret in forward direction
Andrea Canciani
1
-1
/
+1
[next]