| Summary: | SDL_blit_slow with BLENDING does not work | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Fritzor <fhattendorf> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | chli.hug, philipp.wiesemann |
| Version: | 2.0.3 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Fixes the alpha blending in SDL_blit_slow. | ||
|
Description
Fritzor
2015-10-27 12:17:25 UTC
I forget: The code in the SDL_blit_slow.c file is meant. Created attachment 2490 [details]
Fixes the alpha blending in SDL_blit_slow.
I stumbled over the same thing. Here's a patch.
Fixed, thanks! https://hg.libsdl.org/SDL/rev/eeb3847d81a6 |