summaryrefslogtreecommitdiff
path: root/src/resources/dye/dyepalette_replacesoglcolor.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-23Add s color dye function for sse2 (OpenGL).Andrei Karas1-125/+43
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-12/+4
2016-12-21Use precalculated values for A and S dyes.Andrei Karas1-10/+2
2016-12-21Dont build OpenGL dye functions if OpenGL disabled.Andrei Karas1-0/+4
2016-12-21Add simd function for dye replace color (OpenGL).Andrei Karas1-0/+215