summaryrefslogtreecommitdiffstats
path: root/src/interpolation.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-11m warningsMattias Andrée1-3/+5
2014-04-11add another warningMattias Andrée1-2/+3
2014-04-11add more warningsMattias Andrée7-37/+55
2014-04-11hotplugging does work, can operate on CRTC:s without any attached monitorsMattias Andrée1-1/+0
2014-04-11missed line breakMattias Andrée1-1/+1
2014-04-10typoMattias Andrée1-1/+1
2014-04-06demo monotonicly_cubicly_interpolate_rampMattias Andrée1-0/+8
2014-04-06document monotonicly_cubicly_interpolate_rampMattias Andrée1-0/+13
2014-04-06remove unnecessary halo eliminationMattias Andrée1-2/+0
2014-04-06mMattias Andrée1-1/+1
2014-04-06add monotone cubic interpolationMattias Andrée3-4/+89
2014-04-06demo tension parameterMattias Andrée2-1/+5
2014-04-06document tensionMattias Andrée2-10/+14
2014-04-06remove path from process titleMattias Andrée1-0/+6
2014-04-06bump versionMattias Andrée1-1/+1
2014-04-06update distMattias Andrée1-2/+2
2014-04-06micro release1.17.1Mattias Andrée1-1/+1
2014-04-06how did I not catch this regression bug before nowMattias Andrée1-3/+3
2014-04-06mMattias Andrée1-0/+1
2014-04-06add test implemention of monotone cubic interpolationMattias Andrée2-1/+141
2014-04-06optimisation to cubic interpolation: remove a basis function by doing an value translationMattias Andrée2-4/+4
2014-04-06forgot the licenseMattias Andrée2-0/+30
2014-04-06add an example designed to break monotonicityMattias Andrée1-1/+2
2014-04-06add more graphsMattias Andrée2-4/+12
2014-04-06m docMattias Andrée1-0/+1
2014-04-06update todoMattias Andrée1-0/+1
2014-04-06m + fix cubic interpolationMattias Andrée4-10/+23