Skip to content

meson: Add an error message for llvmpipe without llvm draw support

Jesse Natalie requested to merge jenatali/mesa:fix-draw-no-llvm into main

I got a weird build break because I was still using swrast and expecting that to get me softpipe but not llvmpipe. It should be a more explicit error message.

Merge request reports