From: colepoirier@1ec9c8c87c85f09e4718cd80e0605065e33975f0 Date: Tue, 8 Sep 2020 20:31:49 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2161 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99f83f980b4807feeedc731a91007a97c80b4621;p=libreriscv.git --- diff --git a/3d_gpu/mesa.mdwn b/3d_gpu/mesa.mdwn index c5a7bd64a..234fec37f 100644 --- a/3d_gpu/mesa.mdwn +++ b/3d_gpu/mesa.mdwn @@ -74,8 +74,7 @@ In order for meson to be able to find the up-to-date `drm` files we have just bu These following `vulkan`-specific environment variables are necessary to build our branch of mesa successfully: - export VK_ICD_FILENAMES=/home/$USER/opt/lsoc_mesa/share/vulkan/icd.\ - /libresoc_icd.x86_64.json + export VK_ICD_FILENAMES=/home/$USER/opt/lsoc_mesa/share/vulkan/icd./libresoc_icd.x86_64.json export VK_LOADER_DEBUG=warn export LIBRESOC_TRACE=1 @@ -113,7 +112,7 @@ previously it was on master so it will cause me problems working on master branch. Also note slight change in meson configure command -meson -Dbuildtype=debug -Dprefix=/home/vivek/install +meson -Dbuildtype=debug -Dprefix=/home/vivek/install \ -Dvulkan-drivers=libre-soc .. instead of libresoc it is libre-soc for vulkan-drivers option.