<br><br><div><span class="gmail_quote">On 10/4/07, <b class="gmail_sendername">Ulrich von Zadow</b> &lt;<a href="mailto:uzadow@libavg.de">uzadow@libavg.de</a>&gt; 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>&gt; Nick Hebner schrieb:<br>&gt;&gt; Well after a busy few days, I have finally found some time to work on<br>&gt;&gt; this again. I have found that the problem that manifested itself after
<br>&gt;&gt; the words test is related to the change of resolution that this test<br>&gt;&gt; caused. All of the other tests used the same resolution except<br>&gt;&gt; testWords, and for some reason this caused problems with later tests.
<br>&gt;&gt; The&nbsp;&nbsp;only thing that I have found to fix this is to delete the display<br>&gt;&gt; engine on Player::stop() (shutting down the entire SDL system), and<br>&gt;&gt; recreate it on Player::play(). I don&#39;t really like this, but it seems
<br>&gt;&gt; to work for now.<br>&gt;<br>&gt; Hm. I don&#39;t like that either, for two reasons. The first is that we&#39;re<br>&gt; probably hiding a state bug in that way (I assume that either OpenGL<br>&gt; state or SDLEngine state is broken at the end of playback), and the
<br>&gt; 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&#39;s a bug somewhere in SDL or the
<br>linux graphics subsystem that kills the stencil setup on a window<br>resize. I&#39;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&#39;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&#39;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>&nbsp;&nbsp; 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>