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-tor-scan-converter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-27
tor: Fudge the edge if it is projected into a point
Chris Wilson
1
-1
/
+1
2012-06-08
tor-scan-converter: Always recompute min-height following edge removal
Chris Wilson
1
-3
/
+6
2012-02-09
tor: Restore the 256x15 sampling of the original rasteriser
Chris Wilson
1
-4
/
+2
2011-10-14
image: Maximum number of spans can be upto (extents->width + 1)
Taekyun Kim
1
-2
/
+5
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-138
/
+127
2011-08-12
tor: Micro-optimise
Chris Wilson
1
-361
/
+222
2011-08-10
tor: update is-vertical along with min-height
Chris Wilson
1
-14
/
+10
2011-08-09
tor: Fix mergesort to handle doubly-linked list
Chris Wilson
1
-22
/
+14
2011-08-09
tor: trivial changes
Chris Wilson
1
-9
/
+5
2011-08-08
tor: Inline reverse insertion sort for handling intersections
Chris Wilson
1
-140
/
+146
2011-08-07
tor: First perform a bucket sort before merge the sub-edges from the polygon
Chris Wilson
1
-37
/
+29
2011-08-01
tor: Suppress repeated spans
Chris Wilson
1
-2
/
+2
2011-08-01
tor: Sort the initial edge correctly
Chris Wilson
1
-12
/
+28
2011-07-31
tor: Use longjmp to throw an error whilst generating spans
Chris Wilson
1
-340
/
+165
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-7
/
+15
2010-08-10
Replace insertion sort with mergesort in the scan converter
Andrea Canciani
1
-35
/
+103
2010-01-22
spans: Pass multiple rows of identical spans to the renders.
Chris Wilson
1
-130
/
+213
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-08-29
traps-as-spans
Chris Wilson
1
-1
/
+26
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-253
/
+239
2009-07-31
[spans] Emit empty rows.
Chris Wilson
1
-0
/
+15
2009-07-10
[spans] Round rasterization grid pixel areas instead of truncating.
M Joonas Pihlaja
1
-2
/
+2
2009-02-10
Remove zero size data array for compilation with MSVC
Jeff Muizelaar
1
-3
/
+2
2008-12-12
[spans] Add a sentinel cell to the cell_list.
Chris Wilson
1
-10
/
+15
2008-12-12
[spans] Embed 64 edge buckets into polygon
Chris Wilson
1
-28
/
+12
2008-12-12
[spans] Pool capacity is in bytes not elements.
Chris Wilson
1
-1
/
+1
2008-12-06
[cairo-spans] New cairo_tor_scan_converter_t.
M Joonas Pihlaja
1
-0
/
+2003