| Summary: | RGBA_FROM_PIXEL macro can't handle SDL_PIXELFORMAT_ARGB2101010 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Simon Hug <chli.hug> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | ASSIGNED --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Test case for SDL_PIXELFORMAT_ARGB2101010 blitting. | ||
|
Description
Simon Hug
2016-06-19 17:47:30 UTC
I fixed the crash for now: https://hg.libsdl.org/SDL/rev/7f429e943ed3 That blit combination still isn't supported, but we can add support later if it's needed. |