Re: [Mesa-dev] [PATCH 2/2] anv/entrypoints: Stop using the C preprocessor

2016-06-07 Thread Emil Velikov
On 6 June 2016 at 22:29, Jason Ekstrand wrote: > Now that we emit guards for everything, we can just generate the files and > trust build flags to keep us safe. This should also fix the tarball > problems. The missing guards were the reason to parse the file(s) through CPP ? /me kicks himself "w

[Mesa-dev] [PATCH 2/2] anv/entrypoints: Stop using the C preprocessor

2016-06-06 Thread Jason Ekstrand
Now that we emit guards for everything, we can just generate the files and trust build flags to keep us safe. This should also fix the tarball problems. --- src/intel/vulkan/Makefile.am | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/intel/vulkan/Makefile.a