sdl2: use ABGR8888 texture on little endian system
This is a massive performance boost on slow processors, because before, the intermediary buffer had to be swizzled to ABGR8888 before being uploaded -- for large resolutions this was an enormous performance penalty.
Loading
Please register or sign in to comment