| Summary: | [PATCH] Add a specific Raspberry Pi hint for low latency video | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Manuel Alfayate Corchete <redwindwanderer> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | amaranth72, brandontschaefer |
| Version: | 2.0.6 | ||
| Hardware: | ARM | ||
| OS: | Linux | ||
| Attachments: |
Small patch for low latency mode hint on the Raspberry Pi video driver
Updated (hopefully final) patch for the Raspberry Pi low-latency hint |
||
|
Description
Manuel Alfayate Corchete
2017-10-23 15:15:42 UTC
Created attachment 3036 [details]
Updated (hopefully final) patch for the Raspberry Pi low-latency hint
Does it make sense to combine the two hints (and list which platforms they apply to in the hint comment), so people can just set one hint if they want the functionality, even if it's used in more backends later down the line? (In reply to Alex Szpakowski from comment #2) > Does it make sense to combine the two hints (and list which platforms they > apply to in the hint comment), so people can just set one hint if they want > the functionality, even if it's used in more backends later down the line? Do you mean a general SDL_HINT_DOUBLE_BUFFER hint? Well, maybe later when more/if more backends implement this, it could be interesting. But for now, I think it's enough as it is, since these are pretty specific. Is there a problem with this patch beyond that suggestion? If it's a must, I can make it a general SDL_HINT_DOUBLE_BUFFER thing that some drivers support and others not, but I'd like to see it merged as I need to consider it "done". This patch is now OBSOLETED in favor of https://bugzilla.libsdl.org/show_bug.cgi?id=3943 PLEASE DON'T MERGE. Merge https://bugzilla.libsdl.org/show_bug.cgi?id=3943 instead. The patch that spawned from this bug has been merged: https://hg.libsdl.org/SDL/rev/2ce56475ad57 |