Re: [Mesa-dev] [PATCH 07/14] anv: FreeBSD support in the allocator

2018-01-19 Thread Jason Ekstrand
I'm not 100% sure why but GMail has decided that every single e-mail you send to the mailing list is spam. You might want to check that out. :) On Sun, Dec 31, 2017 at 8:55 AM, Greg V wrote: > Use umtx for futex, and SHM_ANON for memfd. > > Also use temp files as memfd fallback for other OSes.

Re: [Mesa-dev] [PATCH 07/14] anv: FreeBSD support in the allocator

2018-01-18 Thread Emil Velikov
On 31 December 2017 at 16:55, Greg V wrote: > Use umtx for futex, and SHM_ANON for memfd. > > Also use temp files as memfd fallback for other OSes. > > Obtained from: FreeBSD ports > --- > src/intel/vulkan/anv_allocator.c | 56 > > 1 file changed, 56 inse

[Mesa-dev] [PATCH 07/14] anv: FreeBSD support in the allocator

2018-01-03 Thread Greg V
Use umtx for futex, and SHM_ANON for memfd. Also use temp files as memfd fallback for other OSes. Obtained from: FreeBSD ports --- src/intel/vulkan/anv_allocator.c | 56 1 file changed, 56 insertions(+) diff --git a/src/intel/vulkan/anv_allocator.c b/src