From: Luke Kenneth Casson Leighton Date: Thu, 8 Jul 2021 22:36:09 +0000 (+0100) Subject: add link to lavapipe tests X-Git-Tag: DRAFT_SVP64_0_1~641 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d546d8ff1b2c758b17afbdf4d10128f8071f3e32;p=libreriscv.git add link to lavapipe tests --- diff --git a/3d_gpu/mesa.mdwn b/3d_gpu/mesa.mdwn index 16cbd91c4..c67d71fe5 100644 --- a/3d_gpu/mesa.mdwn +++ b/3d_gpu/mesa.mdwn @@ -116,3 +116,16 @@ branch. * * + +# Demos with lavapipe + +> It can be built with +> meson configure -Dvulkan-drivers=swrast -Dgallium-drivers=swrast +> set VK_ICD_FILENAMES to the lvp_icd.x86_64.json file and vulkaninfo should +> show it. +> +> I tried running demos from +> https://software.intel.com/content/www/us/en/develop/articles/api-without- +> secrets-introduction-to-vulkan-part-1.html and all 7 runs fine with lavapipe. + +*