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.
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
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