summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-gradient.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-554/+0
| | | (bzr r9508.1.44)
* And now gradients should be (almost) perfect... The gradient vector is set ↵Jasper van de Gronde2009-04-031-16/+36
| | | | | | | up to be a good approximation to the "true" gradient and it is used consistently throughout (I hope). Also some other, minor, tweaks and a small bugfix. (bzr r7616)
* warning cleanupJon A. Cruz2008-07-161-18/+16
| | | (bzr r6329)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-43/+44
| | | (bzr r5149)
* fix compositing for premultiplication and non-alpha casesMenTaLguY2007-08-301-4/+39
| | | (bzr r3617)
* DNR bpp stuff so muchMenTaLguY2007-08-291-22/+46
| | | (bzr r3607)
* Refactor gradient rendering to facilitate future changes, since the simpleMenTaLguY2007-08-291-457/+302
| | | | | addition of noise has been reported to be generally ineffective by users. (bzr r3605)
* fix typoMenTaLguY2007-08-211-1/+1
| | | (bzr r3566)
* increase gradient noise slightlyMenTaLguY2007-08-211-9/+9
| | | (bzr r3565)
* experimental: add some noise to the gradient functionMenTaLguY2007-08-211-0/+14
| | | (bzr r3564)
* factor out gradient index calculationMenTaLguY2007-08-211-55/+59
| | | (bzr r3563)
* unify linear and radial gradients in same file (with appropriate noteMenTaLguY2007-08-211-1/+297
| | | | | about license) in preparation for refactoring (bzr r3562)
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-291-9/+9
| | | (bzr r1503)
* remove non-portable fast_sqrt; turns out simply sqrt(x*x+y*y) works even ↵bulia byak2006-06-261-14/+3
| | | | | faster than hypot and fast_sqrt (bzr r1300)
* radial gradients faster by about 10%bulia byak2006-06-251-3/+14
| | | (bzr r1279)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+317
(bzr r1)