RE: Getting started with Lavapipe

2024-02-12 Thread Ashwin Bhat
9:10 PM To: Dave Airlie Cc: Ashwin Bhat ; mesa-dev@lists.freedesktop.org Subject: Re: Getting started with Lavapipe You don't often get email from lfry...@igalia.com<mailto:lfry...@igalia.com>. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification> EXTERN

Re: Getting started with Lavapipe

2024-02-08 Thread Lucas Fryzek
Adding on to what Dave shared. From a quick Google the problem seems to be that the LLVM installer [1] on windows doesn't ship the "llvm-config" tool which meson uses to find the LLVM libraries. Looking at the build instructions [2] from Dave's link they are building LLVM from source presumably to

Re: Getting started with Lavapipe

2024-02-08 Thread Dave Airlie
On Fri, 9 Feb 2024 at 14:38, Ashwin Bhat wrote: > > Hello, > > During Vulkanised 2024 I was super excited to hear and learn about Lavapipe > https://vulkan.org/user/pages/09.events/vulkanised-2024/Vulkanised-2024-faith-ekstrand-collabora-Iago-toral-igalia.pdf > > Are there some basic tutorials on

Re: Getting started with Lavapipe

2024-02-08 Thread Sarthak Bhatt
Hello Ashwin, Hope you are doing well. I think the error that you mentioned is related to the Clang version mismatch. You can use the following command to configure desired clang version:     wget https://apt.llvm.org/llvm.sh     chmod u+x llvm.sh     ./llvm.sh here 'xx' should be the requi