| Summary: | sdlgenblit.pl / SDL_blit_auto.c only supports a handful of formats | ||
|---|---|---|---|
| Product: | SDL | Reporter: | bugmenot_0 <kajema2739> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED WONTFIX | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.12 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
bugmenot_0
2020-06-10 10:52:25 UTC
We used to include many more formats, but it led to huge code size bloat and wasn't used by many people. The common cases are intended to be hand optimized in SDL_blit_*, with the sdlgenblit.pl covering some other less common but important cases, followed by the slow blitter as fallback for rare format conversions. |