summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-displacement-map.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging statements from displacemnet filter rendering code.Tavmjong Bah2019-01-191-5/+0
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-0/+4
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Support device scale in filters.Tavmjong Bah2017-11-301-2/+9
* Misc. typosUnknown2017-11-071-1/+1
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-18/+1
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-0/+28
* Correct the formula of the displacement map so that zero alpha valueKrzysztof Kosi??ski2011-09-161-5/+6
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-5/+2
* Initial autocache workKrzysztof Kosi??ski2011-08-091-0/+5
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-189/+0
* Merge from trunkKrzysztof Kosi??ski2011-04-071-3/+3
|\
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\|
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Displacement map filterKrzysztof Kosi??ski2010-07-231-9/+82
|/
* Fix for bug #455302 and bug #165529, also partially fixes bounding box of var...Jasper van de Gronde2010-04-181-43/+49
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
* Swap iterations over x and y coordinate to be more cache friendly (so the inn...Jasper van de Gronde2009-04-081-2/+2
* Reverts "fix" of offset in the displacement map code (and adds a comment to p...Jasper van de Gronde2009-04-051-13/+9
* Fixed offset in interpolation in nr-filter-displacement-mapNiko Kiirala2009-04-051-6/+13
* Fix a divide-by-zero problem apparently introduced in r21012.Peter Moulder2009-04-051-28/+43
* Some extra comments.Jasper van de Gronde2009-04-041-1/+1
* And now gradients should be (almost) perfect... The gradient vector is set up...Jasper van de Gronde2009-04-031-2/+2
* Some quality improvements to feDisplacementMap handling (as well as extra bou...Jasper van de Gronde2009-03-291-46/+118
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-2/+4
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
* 2geom more as fixJohan B. C. Engelen2008-12-051-1/+1
* more 2geomificationJohan B. C. Engelen2008-12-051-4/+4
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-2/+3
* pixblock-transform and scaler: convert src if needed, to match dest mode.JF Barraud2008-02-241-42/+43
* * convert to non-premultiplied alpha on fedisplacementmapFelipe Corr??a da Silva Sanches2008-02-211-1/+14
* * use enums to deal with displacementmap channel selectorsFelipe Corr??a da Silva Sanches2008-02-191-2/+2
* feDisplacementMap resolution independence fix sent by JF BarraudFelipe Corr??a da Silva Sanches2008-02-071-9/+17
* Warning cleanupJon A. Cruz2007-11-251-9/+9
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-311-1/+2
* Added 'paraller axis' rendering hint to filter primitives, that need it.Niko Kiirala2007-10-241-0/+4
* * moved some parameter inits from nr-filter-displacement-map to sp-fedisplace...Felipe Corr??a da Silva Sanches2007-08-131-53/+60
* added helper methods NumberOptNumber::numIsSet() and Felipe Corr??a da Silva Sanches2007-07-271-7/+7
* boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches2007-07-261-1/+1
* improving displacement map renderer.Felipe Corr??a da Silva Sanches2007-07-261-13/+37
* DisplacementMap filter boilerplate code + renderer draft implementation.Felipe Corr??a da Silva Sanches2007-07-251-0/+115