Skip to content

virgl: Don't fail init if no vulkan support.

Lepton Wu requested to merge lepton/virglrenderer:qf1 into master

When there is no vulkan support compiled in and user ask for vulkan support, the current code could fail and clean everything while still returns success since the outside ret value is not initialized yet.

Signed-off-by: Lepton Wu lepton@chromium.org

Merge request reports