Re: [Mesa-dev] [PATCH 00/11] do not wrap header inclusion in extern "C"

2015-12-04 Thread Emil Velikov
On 24 November 2015 at 16:29, Emil Velikov wrote: > Hi all, > > As pointed out by Jose a while back adding extern C guard around header > inclusion is a bad idea. > > As I noticed a few in the glsl/nir code I went on and grepped through > mesa. > > I have build tested the series on Linux only, yet

[Mesa-dev] [PATCH 00/11] do not wrap header inclusion in extern "C"

2015-11-24 Thread Emil Velikov
Hi all, As pointed out by Jose a while back adding extern C guard around header inclusion is a bad idea. As I noticed a few in the glsl/nir code I went on and grepped through mesa. I have build tested the series on Linux only, yet patch 10/11 contains some windows/haiku specific code. Regardle