| Summary: | EGL and GL extension parsing has issues | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Simon Hug <chli.hug> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Patch that fixes extension parsing issues and adds EGL client extension querying. | ||
|
Description
Simon Hug
2017-07-07 13:31:14 UTC
Oh, I forgot. In the patch, I commented out some error messages. Since the SDL_EGL_HasExtension function is an internal one, what would be the proper way to signal an error there? Asserts? Could you give me an example how that could look? This is now resolved. Fix was in the kmsdrm video driver patch. |