summaryrefslogtreecommitdiffstats
path: root/src/display/cairo-templates.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-0/+4
|
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Fix build (not pretty).Liam P. White2014-08-181-1/+2
| | | (bzr r13341.1.146)
* Fix more clang warningsAlex Valavanis2013-03-231-6/+6
| | | (bzr r12235)
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-18/+21
| | | (bzr r10860)
* Next pass of doxygen @brief cleanup.Jon A. Cruz2011-10-021-5/+7
| | | (bzr r10658)
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-0/+4
| | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
* Fix paint bucket toolKrzysztof Kosi??ski2010-08-141-10/+0
| | | (bzr r9508.1.66)
* Fix rendering of masks with non-opaque alpha channelKrzysztof Kosi??ski2010-08-101-16/+0
| | | (bzr r9508.1.55)
* Fix mask rendering to use luminance-to-alphaKrzysztof Kosi??ski2010-08-051-0/+41
| | | (bzr r9508.1.49)
* Add OpenMP IF clauses to filter templates, instead of modifying num_threadsKrzysztof Kosi??ski2010-07-271-17/+14
| | | (bzr r9508.1.37)
* Separate morphology filter into X and Y processing phases.Krzysztof Kosi??ski2010-07-261-5/+5
| | | | | Gives a massive performance boost for large radii. (bzr r9508.1.36)
* Improve turbulence rendererKrzysztof Kosi??ski2010-07-251-1/+3
| | | (bzr r9508.1.35)
* Minor cleanupsKrzysztof Kosi??ski2010-07-241-1/+1
| | | (bzr r9508.1.34)
* Displacement map filterKrzysztof Kosi??ski2010-07-231-1/+67
| | | (bzr r9508.1.30)
* Specular lighting filterKrzysztof Kosi??ski2010-07-231-2/+4
| | | (bzr r9508.1.29)
* Diffuse lighting filterKrzysztof Kosi??ski2010-07-231-12/+211
| | | (bzr r9508.1.28)
* Matrix convolution filter (lazy version)Krzysztof Kosi??ski2010-07-211-0/+4
| | | (bzr r9508.1.27)
* Add unpremul_alpha utility function. Some preparationsKrzysztof Kosi??ski2010-07-211-0/+104
| | | (bzr r9508.1.26)
* Component transfer filterKrzysztof Kosi??ski2010-07-171-0/+1
| | | (bzr r9508.1.24)
* Color matrix filter. Fix arithmetic operator in feCompositeKrzysztof Kosi??ski2010-07-171-12/+88
| | | (bzr r9508.1.23)
* Composite filterKrzysztof Kosi??ski2010-07-161-21/+101
| | | (bzr r9508.1.20)
* Split out surface blending template into a separate fileKrzysztof Kosi??ski2010-07-161-0/+143
(bzr r9508.1.19)