Re: [Mesa-dev] [PATCH] anv: Check if memfd_create is already defined.

2017-11-30 Thread Emil Velikov
On 30 November 2017 at 15:18, Emil Velikov wrote: > Vinson please add a small note why now aka "Newly introduced with glibc 2.27" > With that the patch is: > Reviewed-by: Emil Velikov > Completely forgot Cc: -Emil ___ mesa-dev mailing list mesa-dev@l

Re: [Mesa-dev] [PATCH] anv: Check if memfd_create is already defined.

2017-11-30 Thread Emil Velikov
Vinson please add a small note why now aka "Newly introduced with glibc 2.27" With that the patch is: Reviewed-by: Emil Velikov Wrt scons - it does not build anything vulkan; Android does though :-) Android people will address on their end when applicable. -Emil _

Re: [Mesa-dev] [PATCH] anv: Check if memfd_create is already defined.

2017-11-29 Thread Eric Engestrom
On Wednesday, 2017-11-29 07:29:40 +, Vinson Lee wrote: > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103909 > Signed-off-by: Vinson Lee > --- > configure.ac | 1 + > meson.build | 2 +- > src/intel/vulkan/anv_allocator.c | 2 ++ > src/intel/

[Mesa-dev] [PATCH] anv: Check if memfd_create is already defined.

2017-11-28 Thread Vinson Lee
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103909 Signed-off-by: Vinson Lee --- configure.ac | 1 + meson.build | 2 +- src/intel/vulkan/anv_allocator.c | 2 ++ src/intel/vulkan/anv_gem_stubs.c | 2 ++ 4 files changed, 6 insertions(+), 1 deleti