On 9 November 2011 11:09, Paul Berry <span dir="ltr">&lt;<a href="mailto:stereotype441@gmail.com">stereotype441@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 31 October 2011 11:59, Ian Romanick <span dir="ltr">&lt;<a href="mailto:idr@freedesktop.org" target="_blank">idr@freedesktop.org</a>&gt;</span> wrote:<br></div><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div>On 10/28/2011 02:59 PM, Eric Anholt wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, 28 Oct 2011 10:42:44 -0700, &quot;Ian Romanick&quot;&lt;<a href="mailto:idr@freedesktop.org" target="_blank">idr@freedesktop.org</a>&gt;  wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
From: Ian Romanick&lt;<a href="mailto:ian.d.romanick@intel.com" target="_blank">ian.d.romanick@intel.<u></u>com</a>&gt;<br>
<br>
_mesa_ir_link_shader needs to be called before cloning the IR tree so<br>
that the var-&gt;location field for uniforms is set.<br>
<br>
WARNING: This change breaks several integer division related piglit<br>
tests.  The tests break because _mesa_ir_link_shader lowers integer<br>
division to an RCP followed by a MUL.  The fix is to factor out more<br>
of the code from ir_to_mesa so that _mesa_ir_link_shader does not need<br>
to be called at all by the i965 driver.  This will be the subject of<br>
several follow-on patches.<br>
</blockquote>
<br>
How close are we to avoiding Mesa IR at this point?  I&#39;d rather see us<br>
hack in something to suppress that lowering or something if it&#39;s going<br>
to be very long.<br>
</blockquote>
<br></div></div>
A week or two, tops.  Most of the bits that need to be split out are already split out (and are shared between ir_to_mesa and st_glsl_to_tgsi).  I thought about adding a boolean flag so that ir_to_mesa would skip all lowering, but I think that would lead to a lot of follow-on failures in ir_to_mesa.  That code rightfully makes a lot of assumptions about how the IR will look before it does code generation.</blockquote>

</div><div><br>Just noticed that this patch series got pushed without resolving the integer division problems.  Was that intentional?  If so, do we have a new ETA on fixing it?  Some of the transform feedback tests I&#39;ve been working on do a lot of integer math and I&#39;m wondering whether I should avoid integer division for a while.<span class="HOEnZb"><font color="#888888"><br>

<br>Paul<br></font></span></div></div>
</blockquote></div><br>Hi Ian--<br><br>Do you have an estimate of when these regressions will get fixed?  I have been getting a Piglit failure on fs-op-div-int-int for nearly a month now.<br><br>Thanks,<br><br>Paul<br>