| Summary: | test: Improved detection of OpenGL support | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Cameron Cawley <ccawley2011> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 4984 | ||
| Attachments: | test: Improved detection of OpenGL support | ||
Looks good, thanks! https://hg.libsdl.org/SDL/rev/cf2ef2000634 |
Created attachment 4214 [details] test: Improved detection of OpenGL support This patch does two things: - It now uses SDL_opengles.h and SDL_opengles2.h instead of the platform specific GLES headers. This is consistent with the OpenGL test. - It also ensures that OpenGL is supported by SDL on a given platform by checking for the SDL_VIDEO_OPENGL* defines.