summaryrefslogtreecommitdiffstats
path: root/src/display/nr-filter-specularlighting.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove support for LCMS 1Karl Cheng2019-05-121-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* 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-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* Support device scale in filters.Tavmjong Bah2017-11-301-7/+13
* code cleanup. don't use pointers when you don't have to. use const whereever ...Johan B. C. Engelen2013-01-301-3/+3
* Filter color values always defined as sRGB (or ICC).Tavmjong Bah2013-01-291-3/+34
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-231-7/+2
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-0/+12
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-6/+2
* Initial autocache workKrzysztof Kosi??ski2011-08-091-130/+5
* Warning cleanup.Jon A. Cruz2011-06-221-1/+1
* Fix a rounding error that resulted in seams at some zoom levels whenKrzysztof Kosi??ski2011-04-101-2/+3
* Merge from trunkKrzysztof Kosi??ski2011-04-071-5/+5
|\
| * 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
* | Fix light vector computation for lighting filtersKrzysztof Kosi??ski2010-08-111-2/+2
* | Displacement map filterKrzysztof Kosi??ski2010-07-231-15/+0
* | Specular lighting filterKrzysztof Kosi??ski2010-07-231-16/+139
|/
* Fixed area_enlarge in couple filters, to prevent white lines in renderingNiko Kiirala2009-05-291-0/+13
* Fixes some wrong uses of CLAMP_D_TO_U8 in filtering code (mostly based on my ...Jasper van de Gronde2009-04-051-1/+1
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-11/+13
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
* Fix expression whose behaviour is undefined in C++. N.B. This “fix” invo...Peter Moulder2008-06-051-3/+6
* Changed correct pixblock output mode for feSpecularlightingNiko Kiirala2008-06-021-1/+1
* Fixed crash with lighting effects and missing source imageNiko Kiirala2008-01-231-3/+3
* Added more error checking to filter effects codeNiko Kiirala2008-01-041-0/+5
* Warning cleanupJon A. Cruz2007-11-251-8/+8
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-311-6/+7
* Added 'paraller axis' rendering hint to filter primitives, that need it.Niko Kiirala2007-10-241-0/+4
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-1/+1
* Fixed a memory leak in lighting effects renderingNiko Kiirala2007-07-241-0/+1
* Patch by Jean-René Reinhard: better SVG compliance for lighting effectsNiko Kiirala2007-07-231-12/+14
* Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala2007-07-201-0/+190