| Summary: | [PATCH] riscos: Add support for more pixel formats | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Jeffrey Lee <me> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | ARM | ||
| OS: | RISC OS | ||
| Bug Depends on: | 4448, 4454, 4609, 4611, 4635, 4651, 4652, 4653 | ||
| Bug Blocks: | |||
| Attachments: | riscos: Add support for more pixel formats | ||
Patch added! https://hg.libsdl.org/SDL/rev/4e73be7b4787 |
Created attachment 3806 [details] riscos: Add support for more pixel formats This adds support for new pixel formats/screen modes that RISC OS has gained support for over the past few years. There's also a bugfix to FULLSCREEN_ToggleFromWimp so that the screen palette is set correctly (to match the surface's palette) when switching to fullscreen mode. I've also tidied up some of the messier bits of code - mainly moving 'externs' out of C files and into headers where they belong. This patch builds on all of the other currently outstanding RISC OS patches, so you're going to have to make sure most (if not all) of those are applied before this one will apply correctly.