| Summary: | SDL_CreateRenderer creates OpenGL ES 2.0 renderer in iPhone 3G using default index (-1) | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Rodrigo Cardoso <rodrigo.alfenas> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | critical | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | iPhone/iPod touch | ||
| OS: | iOS (All) | ||
|
Description
Rodrigo Cardoso
2011-12-14 15:28:59 UTC
The renderer is still in the list (being in the list just means it's compiled into SDL, not that it'll work on your current system) but it now correctly detects that it's not supported and falls back to OpenGL ES 1. http://hg.libsdl.org/SDL/rev/a83eb92704f3 Thanks! |