<div class="gmail_quote">On Fri, Jul 23, 2010 at 7:01 PM, Patrice Mandin <span dir="ltr">&lt;<a href="mailto:mandin.patrice@orange.fr" target="_blank">mandin.patrice@orange.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


Le Fri, 18 Jun 2010 18:43:27 +0200<br>
<div><div></div><div>Marek Olšák &lt;<a href="mailto:maraeo@gmail.com" target="_blank">maraeo@gmail.com</a>&gt; a écrit:<br>
<br>
&gt; On Fri, Jun 18, 2010 at 6:05 PM, Patrice Mandin &lt;<a href="mailto:mandin.patrice@orange.fr" target="_blank">mandin.patrice@orange.fr</a>&gt;wrote:<br>
&gt;<br>
&gt; &gt; Le Thu, 17 Jun 2010 03:35:19 +0200<br>
&gt; &gt; Marek Olšák &lt;<a href="mailto:maraeo@gmail.com" target="_blank">maraeo@gmail.com</a>&gt; a écrit:<br>
&gt; &gt;<br>
&gt; &gt; &gt; On Fri, Jun 11, 2010 at 3:37 PM, Xavier Chantry &lt;<br>
&gt; &gt; <a href="mailto:chantry.xavier@gmail.com" target="_blank">chantry.xavier@gmail.com</a>&gt;wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Hi Marek<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Thanks a lot for your rebasing work.<br>
&gt; &gt; &gt; &gt; Here is my report :<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; - all my games that broke with temporaries patch (they were either<br>
&gt; &gt; &gt; &gt; completely black or lot of black screen flash every frame) behave<br>
&gt; &gt; &gt; &gt; badly, but in different ways :<br>
&gt; &gt; &gt; &gt; * etracer is very slow and often crash in ttm code [1] (I think this<br>
&gt; &gt; &gt; &gt; is an old bug that just resurrected, no idea why)<br>
&gt; &gt; &gt; &gt; * foobillard is very slow and still flash a bit<br>
&gt; &gt; &gt; &gt; * strangely, neverball seems to work, I get similar results than with<br>
&gt; &gt; &gt; &gt; old nvfx-next-6b branch with temporaries reverted. no black flash<br>
&gt; &gt; &gt; &gt; while playing.<br>
&gt; &gt; &gt; &gt; * glest segfault [2]<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; I also compared with piglit the old nvfx branch with the new merged one<br>
&gt; &gt; :<br>
&gt; &gt; &gt; &gt; 114/174 vs 113/174<br>
&gt; &gt; &gt; &gt; That looks quite good with 3 new pass, but 4 new fail :<br>
&gt; &gt; &gt; &gt; * fbo-copypix<br>
&gt; &gt; &gt; &gt; Returncode was -6<br>
&gt; &gt; &gt; &gt; * glean pbo<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; ../../../../src/gallium/auxiliary/util/u_inlines.h:77:pipe_reference:<br>
&gt; &gt; &gt; &gt; Assertion `pipe_is_referenced(reference)\\\&#39; failed.<br>
&gt; &gt; &gt; &gt; * texCombine4:  FAIL rgba8, db, z24, s8, win+pmap, id 33<br>
&gt; &gt; &gt; &gt; * fp-long-alu<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Hi Xavier,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Sorry for the late reply.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; The assertion in pipe_reference can be fixed quite easily I think. There<br>
&gt; &gt; is<br>
&gt; &gt; &gt; pipe_*_reference missing somewhere.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Concerning fp-long-alu, there are new CAPs for shader limits which should<br>
&gt; &gt; be<br>
&gt; &gt; &gt; filled out but I don&#39;t know what values to put there. If the two get<br>
&gt; &gt; fixed,<br>
&gt; &gt; &gt; it will hopefully be just 2 new failures along with 3 that pass.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; There is just fp-long-alu that is for sure a regression caused by new<br>
&gt; &gt; &gt; &gt; master code (some gallium changes). I don&#39;t know about the 3 others.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; It might be worth to re-test everything on your new branch with this<br>
&gt; &gt; &gt; &gt; patch reverted :<br>
&gt; &gt; &gt; &gt; nvfx: rewrite render temporaries code, also affecting 2D and resource<br>
&gt; &gt; code<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Here is the tree with the commit reverted:<br>
&gt; &gt; &gt;<br>
</div></div>&gt; &gt; &gt; git://<a href="http://anongit.freedesktop.org/%7Emareko/mesa" target="_blank">anongit.freedesktop.org/~mareko/mesa</a>&lt;<a href="http://anongit.freedesktop.org/%7Emareko/mesa" target="_blank">http://anongit.freedesktop.org/%7Emareko/mesa</a>&gt;nvfx-next-6b-notemps<br>



<div>&gt; &gt; &gt;<br>
&gt; &gt; &gt; It is compile-tested so if it does not work, there is nothing I can do<br>
&gt; &gt; about<br>
&gt; &gt; &gt; it.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; -Marek<br>
&gt; &gt;<br>
&gt; &gt; I just tested the new tree nvfx-next-6b-notemps, I think we should go<br>
&gt; &gt; some commits before, because Luca removed the check in fbo setting<br>
&gt; &gt; between difference in bits between colour and depth/stencil buffer, and<br>
&gt; &gt; nv30 hw does not support that (they must be equal) and doing that<br>
&gt; &gt; simply hang the gpu.<br>
&gt; &gt;<br>
&gt; &gt; Commit 4787059263755fb92b2bb09ac71658d9b4cc9368 &#39;nvfx: new 2D: add<br>
&gt; &gt; support for render temporaries&#39; removed this check and fbo tests<br>
&gt; &gt; trigger the bug. Maybe Luca was planning to use temporaries to avoid<br>
&gt; &gt; this check, but unfortunately we do not know if he finished it or not.<br>
&gt;<br>
&gt; I do not want to guess here. I would like to hear something from Luca before<br>
&gt; doing anything else with his code.<br>
<br>
</div>It has been 3 months since latest Luca&#39;s sign, and I&#39;m afraid it will<br>
be a while before it changes :-(.<br>
<br>
Marek, if you are still interested in merging stuff from nvfx-next-6b,<br>
I would like to propose up to commit<br>
9a4c66b0d1963c4d90fccac41e7aa48105835857 included (as I said before,<br>
the following ones bring back nasty regression regarding fbo stuff,<br>
hanging the gpu hard).<br></blockquote><div><br>9a4c66b0d1963c4d90fccac41e7aa48105835857 doesn&#39;t compile, so I went one commit back.<br><br>It&#39;s here for testing:<br>git://<a href="http://anongit.freedesktop.org/~mareko/mesa">anongit.freedesktop.org/~mareko/mesa</a> nvfx-new<br>


<br>Please let me know if it works.<br><br>-Marek<br></div></div>