From 69aaf75b49cdf385b03469b82dd05480abf6e8b5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 May 2017 00:55:33 +0300 Subject: Switch in replaceSOGLColor into using custom despatcher. --- src/resources/dye/dyepalette.h | 43 +++--------------------------------------- 1 file changed, 3 insertions(+), 40 deletions(-) (limited to 'src/resources/dye/dyepalette.h') diff --git a/src/resources/dye/dyepalette.h b/src/resources/dye/dyepalette.h index da165305e..4129928fa 100644 --- a/src/resources/dye/dyepalette.h +++ b/src/resources/dye/dyepalette.h @@ -152,56 +152,16 @@ class DyePalette final #endif // SIMD_SUPPORTED #ifdef USE_OPENGL - /** - * replace colors for OpenGL for S dye. - */ - void replaceSOGLColor(uint32_t *restrict pixels, - const int bufSize) const restrict2; - /** * replace colors for OpenGL for S dye. */ void replaceSOGLColorDefault(uint32_t *restrict pixels, const int bufSize) const restrict2; - - /** - * replace colors for OpenGL for S dye. - */ - FUNCTION_SIMD_DEFAULT - void replaceSOGLColorSimd(uint32_t *restrict pixels, - const int bufSize) const restrict2; - - /** - * replace colors for OpenGL for S dye. - */ - FUNCTION_SIMD_DEFAULT - void replaceSOGLColorSse2(uint32_t *restrict pixels, - const int bufSize) const restrict2; - - /** - * replace colors for OpenGL for S dye. - */ - FUNCTION_SIMD_DEFAULT - void replaceSOGLColorAvx2(uint32_t *restrict pixels, - const int bufSize) const restrict2; - #ifdef SIMD_SUPPORTED /** * replace colors for OpenGL for S dye. */ __attribute__ ((target ("sse2"))) - void replaceSOGLColorSimd(uint32_t *restrict pixels, - const int bufSize) const restrict2; - /** - * replace colors for OpenGL for S dye. - */ - __attribute__ ((target ("avx2"))) - void replaceSOGLColorSimd(uint32_t *restrict pixels, - const int bufSize) const restrict2; - /** - * replace colors for OpenGL for S dye. - */ - __attribute__ ((target ("sse2"))) void replaceSOGLColorSse2(uint32_t *restrict pixels, const int bufSize) const restrict2; /** @@ -285,6 +245,9 @@ class DyePalette final static DyeFunctionPtr funcReplaceSColor; static DyeFunctionPtr funcReplaceSColorSse2; static DyeFunctionPtr funcReplaceSColorAvx2; + static DyeFunctionPtr funcReplaceSOGLColor; + static DyeFunctionPtr funcReplaceSOGLColorSse2; + static DyeFunctionPtr funcReplaceSOGLColorAvx2; #ifndef UNITTESTS private: -- cgit v1.2.3-60-g2f50