https://bugs.freedesktop.org/show_bug.cgi?id=93278
Eero Tamminen <eero.t.tammi...@intel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|medium |low CC| |eero.t.tammi...@intel.com Summary|configure wants |Configure should |libdrm_intel |automatically disable Intel | |backends for ARM targets Severity|normal |enhancement --- Comment #1 from Eero Tamminen <eero.t.tammi...@intel.com> --- 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. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev