cairo/util/.gitignore
Chris Wilson 545f30856a stroke: Convert the outlines into contour and then into a polygon
In step 1 of speeding up stroking, we introduce contours as a means for
tracking the connected edges around the stroke. By keeping track of
these chains, we can analyse the edges as we proceed and eliminate
redundant vertices speeding up rasterisation.

Coincidentally fixes line-width-tolerance (looks like a combination of
using spline tangent vectors and tolerance).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-08-15 10:31:47 +01:00

24 lines
189 B
Text

.deps
.libs
Makefile
Makefile.in
show-contour
show-edges
show-events
show-polygon
show-traps
xml-to-trace
trace-to-xml
*.so
*.la
*.lo
*.loT
*.o
*.obj
*.pdb
*.dll
*.exp
*.lib
*~
.*.sw?
TAGS