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-clip-boxes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-09
clip: Check whether an extents only clip contains the box
Chris Wilson
1
-0
/
+3
2012-01-15
rectangle: Implement _cairo_rectangle_contains_rectangle()
Andrea Canciani
1
-6
/
+1
2011-10-09
clip_intersect_boxes: Fix memleak
Uli Schlachter
1
-5
/
+10
2011-10-09
clip: Fix clip-double-free
Uli Schlachter
1
-0
/
+1
2011-09-30
fill: Fix unantialiased rectilinear-fill-to-boxes
Chris Wilson
1
-2
/
+4
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-32
/
+10
2011-07-24
clip: Short-cut the common condition of intersecting with a single box
Chris Wilson
1
-1
/
+4
2011-07-24
clip: Skip processing of rectangle-intersection if it wholly subsumes the clip
Chris Wilson
1
-4
/
+20
2011-07-24
clip: Embed a single box to avoid a common allocation
Chris Wilson
1
-25
/
+36
2011-07-23
image: replay the recording surface directly onto the target
Chris Wilson
1
-0
/
+17
2011-07-20
clip-boxes: Intersection with 0 boxes means clip-all
Chris Wilson
1
-1
/
+4
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-0
/
+559