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-observer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-17
xlib: Implement SHM fallbacks and fast upload paths
Chris Wilson
1
-4
/
+2
2012-05-26
surface: Use the internal map/unmap
Andrea Canciani
1
-3
/
+3
2012-05-26
surface: Make backend-specific map/unmap functions symmetric
Andrea Canciani
1
-10
/
+2
2012-05-26
surface: Make map_to_image return cairo_image_surface_t*
Andrea Canciani
1
-1
/
+1
2012-04-19
Split cairo-list into struct+inlines
Chris Wilson
1
-0
/
+1
2012-04-19
Split cairo-surface-subsurface-private into struct+inlines
Chris Wilson
1
-1
/
+1
2012-04-19
Split cairo-surface-observer-private into struct+inlines
Chris Wilson
1
-0
/
+1
2012-04-19
Split cairo-combsort-privates into struct+inlines
Chris Wilson
1
-1
/
+1
2012-02-11
observer: Silence gcc warning
Andrea Canciani
1
-1
/
+5
2012-02-11
observer: Return status when printing the observed data
Andrea Canciani
1
-12
/
+12
2012-02-09
Replace the ad-hoc surface unwrappers with a function pointer
Chris Wilson
1
-0
/
+9
2011-11-25
Convert cairo_mime_surface_t to cairo_raster_source_pattern_t
Chris Wilson
1
-1
/
+5
2011-10-11
observer: Fix typo and handle the condition of no script device
Chris Wilson
1
-2
/
+2
2011-09-26
script: compile without
Chris Wilson
1
-1
/
+12
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-36
/
+191
2011-09-04
observer: Fix build on suncc
Andrea Canciani
1
-1
/
+1
2011-09-02
win32: Fix linking
Andrea Canciani
1
-1
/
+2
2011-09-02
time: Add cairo_time_t type
Andrea Canciani
1
-95
/
+74
2011-08-30
observer: Add missing return codes
Chris Wilson
1
-4
/
+4
2011-08-30
api: Extend cairo_antialias_t to include performace/quality hints
Chris Wilson
1
-1
/
+4
2011-08-30
perf: Print a summary of each operation for a trace (using '-s')
Chris Wilson
1
-64
/
+155
2011-08-23
observe: Provide the sum of the elapsed time of the individual operations
Chris Wilson
1
-6
/
+46
2011-08-20
observer: correct classification of aligned paths
Chris Wilson
1
-5
/
+4
2011-08-20
observer: bypass surface mid-layer and call into recording surface directly
Chris Wilson
1
-46
/
+69
2011-08-20
observer: copy glyphs around call into backend
Chris Wilson
1
-5
/
+14
2011-08-20
recording: optionally disable optimise away clears
Chris Wilson
1
-4
/
+21
2011-08-20
observer: record all operations and their timings
Chris Wilson
1
-47
/
+260
2011-08-18
obsever: include the operation timings
Chris Wilson
1
-122
/
+524
2011-08-18
observer: put a comma between array items when printing
Chris Wilson
1
-2
/
+3
2011-08-18
observer: further classify general clips
Chris Wilson
1
-3
/
+8
2011-08-18
observer: only print out the non-zero clip types
Chris Wilson
1
-6
/
+9
2011-08-18
observer: only print out the non-zero path types
Chris Wilson
1
-7
/
+10
2011-08-18
obverser: only print out the active patterns
Chris Wilson
1
-13
/
+15
2011-08-18
observer: print path antialias modes
Chris Wilson
1
-0
/
+16
2011-08-15
observer: print stroke caps/joins frequencies
Chris Wilson
1
-11
/
+54
2011-08-15
observer: print operator frequencies
Chris Wilson
1
-0
/
+67
2011-08-15
observer: report number of solid patterns first
Chris Wilson
1
-2
/
+2
2011-08-14
Introduce cairo_surface_observer_t for performance analysis
Chris Wilson
1
-0
/
+1009