| Summary: | TestGL demo doesn't render unless moved | ||
|---|---|---|---|
| Product: | SDL | Reporter: | C.W. Betts <computers57> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | computers57, dan.glastonbury |
| Version: | 1.2.14 | ||
| Hardware: | All | ||
| OS: | Mac OS X 10.6 | ||
|
Description
C.W. Betts
2009-10-20 10:17:20 UTC
Removing keyword (we already shipped 1.2.14). --ryan. Hmm, it works for me... (In reply to comment #2) > Hmm, it works for me... I'm also experiencing the same problem on Snow Leopard in windowed mode. If I cover the window, then the part that covered is displayed. It almost as if the NSView rectangle hasn't been invalidated and moving or covering the window causes the view to update. (In reply to comment #3) To test my hypothesis, I updated my test app to perform SDL_UpdateRect() after the call to SDL_SetVideoMode(). I now get 1 frame of white window before the OpenGL rendering appears. I can't reproduce this either. Maybe we fixed it? A lot of the video code changed for Snow Leopard support (and again for Lion). Resolving this bug as WORKSFORME. If it's still busted for you, let us know and we'll keep talking about it. --ryan. |