<br><br><div><span class="gmail_quote">On 10/4/07, <b class="gmail_sendername">Ulrich von Zadow</b> <<a href="mailto:uzadow@libavg.de">uzadow@libavg.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ulrich von Zadow schrieb:<br><br>> Nick Hebner schrieb:<br>>> Well after a busy few days, I have finally found some time to work on<br>>> this again. I have found that the problem that manifested itself after
<br>>> the words test is related to the change of resolution that this test<br>>> caused. All of the other tests used the same resolution except<br>>> testWords, and for some reason this caused problems with later tests.
<br>>> The only thing that I have found to fix this is to delete the display<br>>> engine on Player::stop() (shutting down the entire SDL system), and<br>>> recreate it on Player::play(). I don't really like this, but it seems
<br>>> to work for now.<br>><br>> Hm. I don't like that either, for two reasons. The first is that we're<br>> probably hiding a state bug in that way (I assume that either OpenGL<br>> state or SDLEngine state is broken at the end of playback), and the
<br>> second is that the tests now take twice as long to execute.<br><br>I did some work on this issue and it only appears under Linux - Mac OS X<br>is unaffected. My suspicion is that it's a bug somewhere in SDL or the
<br>linux graphics subsystem that kills the stencil setup on a window<br>resize. I've changed the workaround to reset the SDL library only under<br>linux and only when the window size actually changes. That way, the<br>
tests run almost as quickly as before :-).</blockquote><div><br>Well, that is great. You are making some progress. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Anyway, Nick, if you still want to work on this, that would be great.<br>Otherwise, I'll pick up from here. It might take some time, though.</blockquote><div><br>Well I hate to just drop it, but I really just do not have the time right now as I have started classes again. If I do find some time, I will try to get some more work done, but like you, it will take some time for me as well. We'll get it eventually :)
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Cheers,<br><br> Uli<br><br>--<br><br>Ulrich von Zadow | +49-172-7872715 | <a href="mailto:cocacoder@jabber.berlin.ccc.de">
cocacoder@jabber.berlin.ccc.de</a><br><br><br>_______________________________________________<br>libavg-devel mailing list<br><a href="mailto:libavg-devel@datenhain.de">libavg-devel@datenhain.de</a><br><a href="https://mail.datenhain.de/mailman/listinfo/libavg-devel">
https://mail.datenhain.de/mailman/listinfo/libavg-devel</a><br></blockquote></div><br>