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) (→In progress: "Move ppc64le swizzle outside of loop" is merged to main) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
* [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] | ||
+ | * [https://github.com/libsdl-org/SDL/pull/7684 SDL_blit_N.c: Move ppc64le swizzle outside of loop] | ||
+ | ** Merged to main; not in a release branch yet. | ||
[[Category:Ports]] | [[Category:Ports]] |
Revision as of 08:32, 8 May 2023
In progress
- building altivec support on ppc64e results in color corruption in end products
- SDL_blit_N.c: Move ppc64le swizzle outside of loop
- Merged to main; not in a release branch yet.