<div dir="ltr">Hi Vadim,<br><br>your patch does not fix the test.<br><br>Marek<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 9, 2013 at 11:30 PM, Vadim Girlin <span dir="ltr"><<a href="mailto:vadimgirlin@gmail.com" target="_blank">vadimgirlin@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 04/09/2013 10:58 AM, Martin Andersson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, Apr 9, 2013 at 3:18 AM, Marek Olšák <<a href="mailto:maraeo@gmail.com" target="_blank">maraeo@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Pushed, thanks. The transform feedback test still doesn't pass, but at least<br>
the hardlocks are gone.<br>
</blockquote>
<br>
Thanks, I have looked into the other issue as well<br>
<a href="http://lists.freedesktop.org/archives/mesa-dev/2013-March/036941.html" target="_blank">http://lists.freedesktop.org/<u></u>archives/mesa-dev/2013-March/<u></u>036941.html</a><br>
<br>
The problem arises when there are nested loops. If I rework the code<br>
so there are<br>
no nested loops the issue disappears. At least one pixel also needs to enter the<br>
outer loop. The pixels that should enter the outer loop behaves<br>
correctly. It is those<br>
pixels that should not enter the outer loop that misbehaves. It does<br>
not matter if they<br>
also fails the test for the inner loop, they will still execute the<br>
instruction inside. That<br>
leads to the strange results for that test.<br>
</blockquote>
<br></div>
Please test the attached patch.<span class="HOEnZb"><font color="#888888"><br>
<br>
Vadim<br>
<br>
</font></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
The strangeness is easier to see if the NUM_POINTS in the<br>
ext_transform_feedback/<br>
order.c are run with smaller values,like 3, 6 and 9. Disable the code<br>
that fail the test<br>
and print starting_x, shift_reg_final and iteration_count.<br>
<br>
Marek, since you implemented transform feedback for r600, do you think the issue<br>
is with the tranform feedback code or the shader compiler or some other thing?<br>
<br>
//Martin<br></div><div class="im">
______________________________<u></u>_________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/mesa-dev</a><br>
<br>
</div></blockquote>
<br>
<br>_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
<br></blockquote></div><br></div>