Difference between revisions of "Porting/SDL"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (→In progress: "Move ppc64le swizzle outside of loop" is merged to main) |
JeremyRand (talk | contribs) (PR 7684 released in v2.28.0) |
||
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] | * [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] | * [https://github.com/libsdl-org/SDL/pull/7684 SDL_blit_N.c: Move ppc64le swizzle outside of loop] | ||
− | ** | + | ** Fixed in v2.28.0. |
[[Category:Ports]] | [[Category:Ports]] |
Revision as of 10:49, 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.