Difference between revisions of "Porting/SDL"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (building altivec support on ppc64e results in color corruption in end products) |
JeremyRand (talk | contribs) (Implement mathematically correct scalar and x86 SIMD blitters) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | = Finished = | ||
+ | |||
+ | * [https://github.com/libsdl-org/SDL/issues/3428 building altivec support on ppc64e results in color corruption in end products] | ||
+ | ** Fixed in v2.28.0. | ||
+ | * [https://github.com/libsdl-org/SDL/pull/7684 SDL_blit_N.c: Move ppc64le swizzle outside of loop] | ||
+ | ** Fixed in v2.28.0. | ||
+ | |||
= In progress = | = In progress = | ||
− | * [https://github.com/libsdl-org/SDL/ | + | * Investigate whether [https://github.com/libsdl-org/SDL/pull/8206 Implement mathematically correct scalar and x86 SIMD blitters] should be ported to VSX (either native or via compile-time SSE to VSX translation). |
[[Category:Ports]] | [[Category:Ports]] |
Latest revision as of 10:53, 9 July 2024
Finished
- building altivec support on ppc64e results in color corruption in end products
- Fixed in v2.28.0.
- SDL_blit_N.c: Move ppc64le swizzle outside of loop
- Fixed in v2.28.0.
In progress
- Investigate whether Implement mathematically correct scalar and x86 SIMD blitters should be ported to VSX (either native or via compile-time SSE to VSX translation).