Skip to content

llvmpipe: do late init for llvm builder

Mike Blumenkrantz requested to merge zmike/mesa:lp-init into main

this avoids doing any llvm work during lavapipe enumeration which might otherwise explode if lavapipe is not the actual driver that gets used

cc: mesa-stable

Merge request reports