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-fallback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-1516
/
+47
2011-08-13
stroke: Rely on the tessellator to remove self-intersections
Chris Wilson
1
-60
/
+56
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-0
/
+1
2011-07-31
Remove useless checks for NULL before freeing
Andrea Canciani
1
-2
/
+1
2011-07-29
fallback: Prevent recursion when combining with the clip
Chris Wilson
1
-20
/
+109
2011-07-26
composite: Pass unbounded extents to initialisation
Chris Wilson
1
-14
/
+5
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-196
/
+63
2011-07-15
pattern: Add observer hooks
Chris Wilson
1
-0
/
+1
2010-12-10
polygon: Merge _cairo_polygon_init and _cairo_polygon_limit
Andrea Canciani
1
-4
/
+2
2010-10-29
path: Do not access flags directly
Andrea Canciani
1
-3
/
+3
2010-07-12
Differentiate between reducing clip to composite extents and a rectangle
Chris Wilson
1
-5
/
+5
2010-05-14
fallback: Remove span renderer paths
Benjamin Otte
1
-67
/
+0
2010-05-07
surface-fallback: Only destroy the clip after it has been initialized.
Chris Wilson
1
-3
/
+4
2010-05-06
surface-fallback: Handle memfaults during clipping.
Chris Wilson
1
-11
/
+15
2010-04-29
fallback: Only do _fill/compsoite_rectangles on bounded source
Benjamin Otte
1
-7
/
+9
2010-04-29
fallback: translate extents regions properly
Benjamin Otte
1
-7
/
+10
2010-04-28
fallback: Propagate extents properly
Benjamin Otte
1
-34
/
+78
2010-04-28
fallback: Pass the correct extents for unbounbded operations
Benjamin Otte
1
-7
/
+13
2010-04-28
fallback: Sanitize code that queries surface extents
Benjamin Otte
1
-10
/
+10
2010-04-28
fallback: Fix clip_region handling in mask creation
Benjamin Otte
1
-1
/
+15
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-04-25
clip: Report the surface offset when retrieving the clip mask
Chris Wilson
1
-10
/
+10
2010-03-02
surface-fallback: Free traps on composite_trapezoids() error
Chris Wilson
1
-1
/
+2
2010-03-02
surface-fallback: Propagate NOTHING_TO_DO
Chris Wilson
1
-12
/
+3
2010-02-22
fallback: Initialize rects.is_bounded for span renderer.
Chris Wilson
1
-1
/
+2
2010-02-12
clip: Restrict composite extents to clip extents
Chris Wilson
1
-68
/
+3
2010-01-25
surface-fallback: We no longer own a reference to the clip surface
Chris Wilson
1
-3
/
+0
2010-01-22
surface-fallback: Convert to composite rectangles
Chris Wilson
1
-266
/
+130
2010-01-22
clip: Implement clipping using only the high-level operators.
Chris Wilson
1
-1
/
+1
2010-01-22
pattern: Add convenience patterns for stock colours
Chris Wilson
1
-11
/
+3
2010-01-22
Alter definition of cairo_composite_rectangles_t
Chris Wilson
1
-6
/
+7
2010-01-22
Constify stroke style and matrices.
Chris Wilson
1
-3
/
+3
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-10-18
[gstate] Apply target device offsets to patterns immediately
Benjamin Otte
1
-35
/
+6
2009-10-16
[surface] Don't AND in the desired content.
Chris Wilson
1
-2
/
+1
2009-10-16
[fallback] Create intermediate surface with same content.
Chris Wilson
1
-5
/
+7
2009-10-15
[surface] Avoid double application of device offset when calling fill()
Chris Wilson
1
-6
/
+35
2009-09-21
[fallback] Special case single composite rectangle
Chris Wilson
1
-0
/
+42
2009-09-04
[fallback] Only eliminate the clip if the operation is bounded
Chris Wilson
1
-15
/
+42
2009-08-29
[clip] Apply surface offset when combining with clip mask
Chris Wilson
1
-6
/
+2
2009-08-29
[clip] Pass in destination offset for combining with clip-mask
Chris Wilson
1
-5
/
+9
2009-08-29
[fallback] Include implicit closes in the check for rectilinear paths
Chris Wilson
1
-2
/
+4
2009-08-29
[gl] Use spans for trapezois.
Chris Wilson
1
-8
/
+2
2009-08-29
[fallback] Reduce paint + clipmask to fill
Chris Wilson
1
-9
/
+17
2009-08-29
[clip] Use the rectangular tessellator to extract boxes
Chris Wilson
1
-4
/
+4
2009-08-29
[tessellate] Rectangular special case
Chris Wilson
1
-5
/
+90
2009-08-29
[fill] Use trivial rectilinear_to_traps
Chris Wilson
1
-0
/
+14
2009-08-29
[clip] Combine directly onto target
Chris Wilson
1
-24
/
+2
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-123
/
+144
2009-08-29
[clip] Eliminate redundant clips
Chris Wilson
1
-30
/
+81
[next]