summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-gradient.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-554/+0
2009-04-03And now gradients should be (almost) perfect... The gradient vector is set up...Jasper van de Gronde1-16/+36
2008-07-16warning cleanupJon A. Cruz1-18/+16
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-43/+44
2007-08-30fix compositing for premultiplication and non-alpha casesMenTaLguY1-4/+39
2007-08-29DNR bpp stuff so muchMenTaLguY1-22/+46
2007-08-29Refactor gradient rendering to facilitate future changes, since the simpleMenTaLguY1-457/+302
2007-08-21fix typoMenTaLguY1-1/+1
2007-08-21increase gradient noise slightlyMenTaLguY1-9/+9
2007-08-21experimental: add some noise to the gradient functionMenTaLguY1-0/+14
2007-08-21factor out gradient index calculationMenTaLguY1-55/+59
2007-08-21unify linear and radial gradients in same file (with appropriate noteMenTaLguY1-1/+297
2006-07-29patch for rendering quality and speed from Jasper van de Grondebulia byak1-9/+9
2006-06-26remove non-portable fast_sqrt; turns out simply sqrt(x*x+y*y) works even fast...bulia byak1-14/+3
2006-06-25radial gradients faster by about 10%bulia byak1-3/+14