summaryrefslogtreecommitdiffstats
path: root/src/display/nr-3dutils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* And now gradients should be (almost) perfect... The gradient vector is set ↵Jasper van de Gronde2009-04-031-5/+6
| | | | | | | 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)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-3/+3
| | | (bzr r7058)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
| | | (bzr r7045)
* Fixed crash with lighting effects used on non-premultiplied input (bug 189468)Niko Kiirala2008-02-061-1/+1
| | | (bzr r4664)
* Warning cleanupJon A. Cruz2007-11-101-17/+16
| | | (bzr r4052)
* Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala2007-07-201-0/+185
feSpecularLighting filter primitives (bzr r3269)