| Summary: | opengl renderer bug when compiled with VLC | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vittorio Giovara <vitto.giova> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | the culprit source file | ||
|
Description
Vittorio Giovara
2011-02-17 00:16:39 UTC
Is this still active in the latest snapshot? http://www.libsdl.org/tmp/SDL-2.0.zip This looks like it's trying to do OpenGL calls in a background thread. Maybe set the context current on that thread and see if it helps? --ryan. Will do try again soon. Thanks. I'm assuming this turned out to be GL calls on a background thread without a current context, and the latest SDL revisions should take care of this now (grep for "GL_ActivateRenderer" in the sources). --ryan. |