| Summary: | OpenGL ES 1/2 driver broken on Raspberry Pi with --enable-video-opengl --enable-video-x11 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sonny Jim <sonny_jim_pin> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | gabomdq |
| Version: | 2.0.3 | ||
| Hardware: | ARM | ||
| OS: | Linux | ||
See this forum post for more details: https://forums.libsdl.org/viewtopic.php?p=39722#39722 This seems to be a platform problem, if the OpenGL headers are detected, support will be built in, it's not our fault (or should I say our place to fix) if said support is not properly working. https://hg.libsdl.org/SDL/rev/ea006adc8372 |
When trying to create a OpenGL ES 1/2 renderer with SDL2 on the Pi, you get strange errors like this: Couldn't create renderer: Unknown OpenGL context profile -1092887348 To get OpenGL ES working I had to build SDL2 with --disable-video-opengl.