summaryrefslogtreecommitdiff
path: root/src/cairo-skiplist.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-22Make the skip list check for uniqueness.Joonas Pihlaja1-10/+15
2006-11-22Malloc less using a free list of nodes.Joonas Pihlaja1-8/+37
2006-11-22Separate start and stop events from intersections (first try.)Joonas Pihlaja1-0/+10
2006-11-22Use an LFSR instead of random().Joonas Pihlaja1-1/+188
2006-11-22Add skip list implementation (many thanks to Keith Packard)Carl Worth1-0/+238