summaryrefslogtreecommitdiff
path: root/src/resources/dye/dyepalette.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-07-13Add vector.h for use different vectors.Andrei Karas1-1/+2
2017-05-26Fix compilation without simd support again.Andrei Karas1-2/+0
2017-05-26Fix compilation without simd support.Andrei Karas1-26/+29
2017-05-25Switch in replaceAOGLColor into using custom despatcher.Andrei Karas1-39/+3
2017-05-25Switch in replaceAColor into using custom despatcher.Andrei Karas1-40/+3
2017-05-25Switch in replaceSOGLColor into using custom despatcher.Andrei Karas1-40/+3
2017-05-24Switch in replaceSColor into using custom despatcher.Andrei Karas1-41/+14
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-23Add s color dye function for sse2 (OpenGL).Andrei Karas1-0/+32
2016-12-23Add s color dye function for sse2 (software).Andrei Karas1-0/+35
2016-12-23Add a color dye function for sse2 (OpenGL).Andrei Karas1-0/+32
2016-12-23Add a color dye function for sse2 (software).Andrei Karas1-0/+34
2016-12-21Dont build OpenGL dye functions if OpenGL disabled.Andrei Karas1-0/+2
2016-12-21Add simd function for dye replaceacolor (OpenGL).Andrei Karas1-0/+22
2016-12-21Add simd function for dye replaceacolor (Software).Andrei Karas1-0/+22
2016-12-21Add simd function for dye replace color (OpenGL).Andrei Karas1-0/+22
2016-12-21Rename dye function replaceSColor256 into replaceSColorSimd.Andrei Karas1-4/+4
2016-12-20Add simd function for dye replace color (software).Andrei Karas1-0/+22
2016-12-10Add restrict and noexcept in dye and dyepalette.Andrei Karas1-3/+3
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-01-13Fix compilation warnings.Andrei Karas1-1/+1
2016-01-13Add support for hex colors in dye palettes from GIMP file.Andrei Karas1-0/+5
2016-01-12Add unit tests for dyepalette.Andrei Karas1-1/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-27Add restrict keyword in dyepalette.Andrei Karas1-8/+12
2015-12-23Add const attribute to resources.Andrei Karas1-1/+2
2015-12-21Move dye related files into dye directory.Andrei Karas1-0/+88