(no commit message)
authorlkcl <lkcl@web>
Tue, 25 Aug 2020 16:11:14 +0000 (17:11 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 25 Aug 2020 16:11:14 +0000 (17:11 +0100)
3d_gpu/mesa.mdwn

index f45e96dd16425708e6da74ba0ad006c7570ddd7f..db61847b63877dc61873443f3b09b9b4ba4f52f9 100644 (file)
@@ -30,3 +30,14 @@ I am also using debug build for vulkan loader if any one interested in that
 please look at
 
     https://github.com/KhronosGroup/Vulkan-Loader/blob/master/BUILD.md
+
+I have pushed code to the new branch
+https://gitlab.freedesktop.org/vivekvpandya/mesa/-/tree/libresoc_dev
+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
+-Dvulkan-drivers=libre-soc ..
+
+instead of libresoc it is libre-soc for vulkan-drivers option.