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-path-fixed.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-25
gl/msaa: Add a fast path for fills that are simple quads
Martin Robinson
1
-34
/
+102
2012-09-05
path: Update last_move_point after move-to
Chris Wilson
1
-0
/
+1
2012-04-19
Split cairo-list into struct+inlines
Chris Wilson
1
-0
/
+1
2012-04-19
Split cairo-box-privates into struct+inlines
Chris Wilson
1
-1
/
+1
2012-02-20
path-fixed: Silence gcc warnings
Andrea Canciani
1
-1
/
+1
2011-09-16
path: Fix a minor oversight in 1ce5d4707cf26061
Uli Schlachter
1
-1
/
+1
2011-09-16
path: Skip calls to zero-length memcpy
Chris Wilson
1
-0
/
+3
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-0
/
+57
2011-08-15
stroke: Convert the outlines into contour and then into a polygon
Chris Wilson
1
-1
/
+1
2011-08-10
fixed: Allow the implicit close of the last fill path to complete a fill-box
Chris Wilson
1
-4
/
+4
2011-08-09
fill: A horizontal/vertical line is also a degenerate fill box
Chris Wilson
1
-13
/
+21
2011-03-18
path: Fix _cairo_path_fixed_is_rectangle()
Andrea Canciani
1
-1
/
+4
2010-12-13
path: Silence warnings
Andrea Canciani
1
-1
/
+1
2010-12-10
path: Remove support for inverse direction interpretation
Andrea Canciani
1
-34
/
+11
2010-12-10
path: Always interpret in forward direction
Andrea Canciani
1
-7
/
+4
2010-10-29
path: Tighten transformed extents
Andrea Canciani
1
-0
/
+15
2010-10-29
path: Tighten curve_to extents
Andrea Canciani
1
-4
/
+2
2010-10-29
path: Replace _cairo_path_fixed_extents_add with _cairo_box_add_point
Andrea Canciani
1
-18
/
+3
2010-10-29
path: Fix _cairo_path_fixed_transform
Andrea Canciani
1
-16
/
+34
2010-10-29
path: Recompute flags in _cairo_path_fixed_scale_and_offset
Andrea Canciani
1
-10
/
+9
2010-10-29
path: Transform current_point and last_move_to in _cairo_path_fixed_scale_and...
Andrea Canciani
1
-0
/
+4
2010-10-29
path: Recompute flags in _cairo_path_fixed_translate
Andrea Canciani
1
-11
/
+12
2010-10-29
path: Cleanup close_path
Andrea Canciani
1
-6
/
+2
2010-10-29
path: Make _cairo_path_fixed_last_op assert on empty path
Andrea Canciani
1
-2
/
+1
2010-10-29
path: Cleanup _cairo_path_fixed_iter_at_end
Andrea Canciani
1
-10
/
+1
2010-10-29
path: Cleanup _cairo_path_fixed_transform
Andrea Canciani
1
-11
/
+10
2010-10-29
path: Log flags
Andrea Canciani
1
-2
/
+13
2010-10-29
path: Rename fill optimization flags
Andrea Canciani
1
-21
/
+26
2010-10-29
path: Add stroke_is_rectilinear flag
Andrea Canciani
1
-21
/
+24
2010-10-29
path: New path construction logic
Andrea Canciani
1
-51
/
+60
2010-10-29
path: Drop degenerate line_to in _cairo_path_fixed_curve_to
Andrea Canciani
1
-0
/
+11
2010-10-29
path: Move _cairo_path_fixed_add at the end of line_to and curve_to
Andrea Canciani
1
-8
/
+3
2010-10-29
box: Add box header
Andrea Canciani
1
-0
/
+1
2010-10-29
path: Cleanup _cairo_path_fixed_line_to
Andrea Canciani
1
-14
/
+8
2010-10-29
path: Simplify close_path
Andrea Canciani
1
-20
/
+17
2010-10-29
path: Add utility functions
Andrea Canciani
1
-0
/
+28
2010-10-29
path: Rename _cairo_path_last_op to _cairo_path_fixed_last_op
Andrea Canciani
1
-6
/
+6
2010-10-29
path: Make path equality independent of flags
Andrea Canciani
1
-4
/
+1
2010-10-29
path: Improve hashing
Andrea Canciani
1
-10
/
+10
2010-10-29
path: Replace _cairo_path_fixed_is_equal with _cairo_path_fixed_equal
Andrea Canciani
1
-35
/
+0
2010-06-11
path: Exponentially grow buffer based on populated points and ops.
Chris Wilson
1
-20
/
+19
2010-05-07
Remove useless null checks of a and b in _cairo_path_fixed_equal
timeless
1
-14
/
+8
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
path: Compute coarse bounds upon construction.
Chris Wilson
1
-7
/
+76
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2010-01-12
path: Do not remove anti-parallel line segments in case we are stroking
Chris Wilson
1
-1
/
+4
2009-10-30
path: Skip any secondary degenerate line-to segments.
Chris Wilson
1
-3
/
+10
2009-10-30
path: Misclassification of rectilinear after degenerate line-to
Chris Wilson
1
-49
/
+52
2009-08-29
[path] Return the canonical box.
Chris Wilson
1
-4
/
+24
2009-08-29
[path-fixed] Distinguish cw and ccw boxes
Chris Wilson
1
-2
/
+2
[next]