Re: [Mesa-dev] [PATCH 4/9] compiler: introduce a libcompiler static library

2015-11-25 Thread Emil Velikov
On 25 November 2015 at 21:54, Matt Turner wrote: > On Wed, Nov 25, 2015 at 1:31 PM, Emil Velikov > wrote: >> From: Emil Velikov >> >> Currently it's an empty library, although it'll be used to store common >> code between GLSL and NIR that is compiler specific (rather than generic >> as the one

Re: [Mesa-dev] [PATCH 4/9] compiler: introduce a libcompiler static library

2015-11-25 Thread Matt Turner
On Wed, Nov 25, 2015 at 1:31 PM, Emil Velikov wrote: > From: Emil Velikov > > Currently it's an empty library, although it'll be used to store common > code between GLSL and NIR that is compiler specific (rather than generic > as the one in src/util). > > XXX: strictly speaking we could add a pyt

[Mesa-dev] [PATCH 4/9] compiler: introduce a libcompiler static library

2015-11-25 Thread Emil Velikov
From: Emil Velikov Currently it's an empty library, although it'll be used to store common code between GLSL and NIR that is compiler specific (rather than generic as the one in src/util). XXX: strictly speaking we could add a python/mako parser to generate the relevant files instead including b