Skip to content

glamor: Only check for llvmpipe renderer

Corentin Noël requested to merge tintou/xserver:tintou/llvmpipe-relax into master

The virgl driver exposes the name of the host renderer which might be llvmpipe. In this case we still need glamor to be initialized.

Only check if the renderer starts with llvmpipe (which is what llvmpipe exposes).

Merge request reports