summaryrefslogtreecommitdiff
path: root/src/resources/dye/dyepalette_replacescolor.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-6/+6
2017-05-24Switch in replaceSColor into using custom despatcher.Andrei Karas1-45/+232
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-23Add s color dye function for sse2 (software).Andrei Karas1-160/+39
2016-12-22Fix compilation with old gcc.Andrei Karas1-3/+3
2016-12-22Fix style issues.Andrei Karas1-4/+2
2016-12-22Remove some debug lines from dyepalette.Andrei Karas1-13/+4
2016-12-21Use precalculated values for A and S dyes.Andrei Karas1-10/+2
2016-12-21Add support for replacescolor with non power of 2 image sizes.Andrei Karas1-9/+47
2016-12-21Add simd function for dye replace color (OpenGL).Andrei Karas1-7/+7
2016-12-21Rename dye function replaceSColor256 into replaceSColorSimd.Andrei Karas1-5/+5
2016-12-21Improve a bit dye speed.Andrei Karas1-41/+16
2016-12-20Add simd function for dye replace color (software).Andrei Karas1-0/+237