summaryrefslogtreecommitdiff
path: root/src/resources/dye/dyepalette_replaceaoglcolor.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-15Fix possible out of buffer access in simd dye code.Andrei Karas1-112/+103
2018-10-29Fix code style.s20181102Andrei Karas1-6/+6
2018-05-05Remove support for CILK plus.Andrei Karas1-126/+0
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-11/+11
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-25Fix too long lines in dyepalette_replaceaoglcolor.cppAndrei Karas1-2/+4
2017-05-25Switch in replaceAOGLColor into using custom despatcher.Andrei Karas1-48/+324
2017-01-06Fix code style.Andrei Karas1-2/+0
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-23Add a color dye function for sse2 (OpenGL).Andrei Karas1-123/+39
2016-12-22Fix compilation with old gcc.Andrei Karas1-3/+3
2016-12-22Use int in A and S dye (OpenGL).Andrei Karas1-7/+7
2016-12-22Fix style issues.Andrei Karas1-2/+0
2016-12-22Remove some debug lines from dyepalette.Andrei Karas1-2/+4
2016-12-21Use precalculated values for A and S dyes.Andrei Karas1-10/+2
2016-12-21Add simd function for dye replaceacolor (OpenGL).Andrei Karas1-0/+211