summaryrefslogtreecommitdiff
path: root/src/resources/dye/dyepalette_replaceacolor.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-6/+6
2018-05-05Remove support for CILK plus.Andrei Karas1-42/+0
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-9/+9
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
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-25Switch in replaceAColor into using custom despatcher.Andrei Karas1-45/+214
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-23Add a color dye function for sse2 (software).Andrei Karas1-152/+37
2016-12-22Fix compilation with old gcc.Andrei Karas1-3/+3
2016-12-22Fix style issues.Andrei Karas1-3/+2
2016-12-22Remove some debug lines from dyepalette.Andrei Karas1-3/+4
2016-12-21Use precalculated values for A and S dyes.Andrei Karas1-10/+2
2016-12-21Add simd function for dye replaceacolor (Software).Andrei Karas1-0/+233