| Summary: | Altivec blitters broken due to SDL_PixelFormat | ||
|---|---|---|---|
| Product: | SDL | Reporter: | bastien.bouclet |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | PowerPC | ||
| OS: | All | ||
| Attachments: |
Proposed fix
Proposed fix #2 |
||
Created attachment 641 [details]
Proposed fix #2
The newer attached file also fixes alpha blits.
This is fixed, thanks! http://hg.libsdl.org/SDL/rev/b7347e716ab6 |
Created attachment 624 [details] Proposed fix Static pixel format initialization has not been updated to reflect header changes in SDL_blit_N.c The attached patch fixes Altivec support for me. altivec.h is needed for some systems.