Re: Advice on modifying Lavapipe to isolate JIT compilation in separate process

2023-04-27 Thread Josh Gargus
structure which > can be rewritten to match the 2nd process) > > Jose > > -- > *From:* mesa-dev on behalf of > Dave Airlie > *Sent:* Thursday, April 27, 2023 08:39 > *To:* Josh Gargus > *Cc:* mesa-dev@lists.freedesktop.org > *Subject:* R

Re: Advice on modifying Lavapipe to isolate JIT compilation in separate process

2023-04-26 Thread Josh Gargus
ave a rough sense of the performance hit of serializing everything over Venus? The answer will depend on the workload, I know. Thanks again, it was very helpful! Cheers, Josh On Wed, Apr 26, 2023 at 7:23 PM Dave Airlie wrote: > On Thu, 27 Apr 2023 at 05:27, Josh Gargus wrote: > > >

Advice on modifying Lavapipe to isolate JIT compilation in separate process

2023-04-26 Thread Josh Gargus
Hi, I'm from the Fuchsia team at Google. We would like to provide Lavapipe as an ICD within Fuchsia. However, our default security policy is to deny client apps the capability to map memory as writable/executable; we don't want to relax this for every client app which uses Vulkan. Therefore, we