| Summary: | SDL_RLEsurface may encode RGB888 if it has no color key | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Simon Hug <chli.hug> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
Patch that fixes check if surfaces have color keys or the BLEND mode with an alpha channel.
Test case that blits an RGB888 surfaces with the BLEND blend mode and the RLE hint. |
||
|
Description
Simon Hug
2018-04-24 13:10:49 UTC
Created attachment 3229 [details]
Test case that blits an RGB888 surfaces with the BLEND blend mode and the RLE hint.
Small test case which shows the issue.
|