Skip to content

llvmpipe: stop creating threads in screen init

Mike Blumenkrantz requested to merge zmike/mesa:lp_threads into master

When created from lavapipe for enumerating devices, this spawns a ton of threads which persist even if llvmpipe will never be used, so instead defer all thread creation until a context is created.

@sroland I'd like to get this in before the branchpoint on Wednesday, and @airlied is on holiday, so I think this is you.

Merge request reports