<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vlee@freedesktop.org" title="Vinson Lee <vlee@freedesktop.org>"> <span class="fn">Vinson Lee</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - tgsi_to_nir.c:2111: undefined reference to `gl_nir_lower_samplers_as_deref'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109929">bug 109929</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>bisected
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>venemo@msn.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - tgsi_to_nir.c:2111: undefined reference to `gl_nir_lower_samplers_as_deref'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109929#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - tgsi_to_nir.c:2111: undefined reference to `gl_nir_lower_samplers_as_deref'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109929">bug 109929</a>
              from <span class="vcard"><a class="email" href="mailto:vlee@freedesktop.org" title="Vinson Lee <vlee@freedesktop.org>"> <span class="fn">Vinson Lee</span></a>
</span></b>
        <pre>./autogen.sh --enable-autotools --enable-opencl --with-dri-drivers=
--with-gallium-drivers=freedreno

9a834447d652ea50864bb6c32f4ff99ac10d39bf is the first bad commit
commit 9a834447d652ea50864bb6c32f4ff99ac10d39bf
Author: Timur Kristóf <<a href="mailto:timur.kristof@gmail.com">timur.kristof@gmail.com</a>>
Date:   Tue Mar 5 18:59:47 2019 +0100

    tgsi_to_nir: Produce optimized NIR for a given pipe_screen.

    With this patch, tgsi_to_nir will output NIR that is tailored to
    the given pipe, by reading its capabilities and adjusting the NIR code
    to those capabilities similarly to how glsl_to_nir works.

    It also adds an optimization loop that brings the output NIR in line
    with what glsl_to_nir outputs. This is necessary for the same reason
    why glsl_to_nir has its own optimization loop: currently not every
    driver does these optimizations yet.

    For uses which cannot pass a pipe_screen we also keep a variant
    called tgsi_to_nir_noscreen which keeps the old behavior.

    Signed-Off-By: Timur Kristóf <<a href="mailto:timur.kristof@gmail.com">timur.kristof@gmail.com</a>>
    Tested-by: Andre Heider <<a href="mailto:a.heider@gmail.com">a.heider@gmail.com</a>>
    Tested-by: Rob Clark <<a href="mailto:robdclark@gmail.com">robdclark@gmail.com</a>>
    Acked-By: Eric Anholt <<a href="mailto:eric@anholt.net">eric@anholt.net</a>>

:040000 040000 8a3cea38b8872254f1dcf139a50ec76317167923
650d8da3884a85bac808914967ab9ce8db72bed9 M      src
bisect run success</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>