<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:eero.t.tamminen@intel.com" title="Eero Tamminen <eero.t.tamminen@intel.com>"> <span class="fn">Eero Tamminen</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Configure should automatically disable Intel backends for ARM targets"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93278">bug 93278</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;">Priority</td>
           <td>medium
           </td>
           <td>low
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>eero.t.tamminen@intel.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>configure wants libdrm_intel
           </td>
           <td>Configure should automatically disable Intel backends for ARM targets
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Severity</td>
           <td>normal
           </td>
           <td>enhancement
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Configure should automatically disable Intel backends for ARM targets"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93278#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Configure should automatically disable Intel backends for ARM targets"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93278">bug 93278</a>
              from <span class="vcard"><a class="email" href="mailto:eero.t.tamminen@intel.com" title="Eero Tamminen <eero.t.tamminen@intel.com>"> <span class="fn">Eero Tamminen</span></a>
</span></b>
        <pre>By default Mesa enables few common 3D drivers.  They can be built if you have
their dependencies installed.

Mesa doesn't try to guess for which HW you want to build your driver, because
your build machine isn't necessarily the one where the driver is going to be
used.

If you don't want to build them, you need to tell Mesa that, e.g. with:
"--with-dri-drivers=swrast --without-gallium-drivers".  I.e. this is user
error.

So far there aren't ARM machines with Integrated Intel gfx in them (although
reverse is true).  Although it's an unlikely use-case, it's possible to use ARM
machine to cross-build Intel version of Mesa, so host checking isn't enough,
potential check for disabling Intel backends on ARM needs to check target
architecture.

If you have patch for this, I guess it could get integrated.</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>