kc3-lang/SDL/src/video/arm

Branch :


Log

Author Commit Date CI Message
72f8044a 2019-10-24 21:17:52 ARM: NEON assembly optimization for SDL_FillRect
1187b013 2019-10-24 21:17:38 ARM: NEON assembly optimization for function BlitARGBto565PixelAlpha
2dfe0605 2019-10-24 21:17:19 ARM: NEON assembly optimization for function BlitRGBtoRGBPixelAlpha
74846657 2019-10-24 21:15:50 ARM: SIMD optimization for 4:4:4:4 to 8:8:8:8 normal blits
becc649a 2019-10-24 21:15:35 ARM: assembly optimization for SDL_FillRect
7ac733f0 2019-10-24 21:15:21 ARM: SIMD assembly optimization for BGR-to-RGB 32bpp normal blits
0eaa52ce 2019-10-24 21:13:56 ARM: SIMD assembly optimization for function BlitARGBto565PixelAlpha
57723b83 2019-10-24 21:13:05 ARM: SIMD assembly optimization for function BlitRGBtoRGBPixelAlpha Much of the heavy lifting of this optimization is lifted from the Pixman project, which is distributed under an MIT-style license. As far as possible, these elements have been relicensed to the zlib license.