Re: [Mesa-dev] [PATCH 0/9] Move nir/glsl to src/compiler

2015-11-28 Thread Emil Velikov
On 27 November 2015 at 18:48, Jason Ekstrand wrote: > On Nov 27, 2015 10:44 AM, "Emil Velikov" wrote: >> Suggestions on how to make it clearer are appreciated :-) > > Meh, you clarified :-) > Hope next time around I can reach you a bit earlier :-P Emil __

Re: [Mesa-dev] [PATCH 0/9] Move nir/glsl to src/compiler

2015-11-27 Thread Jason Ekstrand
On Nov 27, 2015 10:44 AM, "Emil Velikov" wrote: > > On 27 November 2015 at 18:37, Jason Ekstrand wrote: > > > > On Nov 27, 2015 10:16 AM, "Emil Velikov" wrote: > >> > >> On 27 November 2015 at 17:54, Jason Ekstrand wrote: > >> > > >> > On Nov 25, 2015 1:27 PM, "Emil Velikov" > >> > wrote: > >>

Re: [Mesa-dev] [PATCH 0/9] Move nir/glsl to src/compiler

2015-11-27 Thread Emil Velikov
On 27 November 2015 at 18:37, Jason Ekstrand wrote: > > On Nov 27, 2015 10:16 AM, "Emil Velikov" wrote: >> >> On 27 November 2015 at 17:54, Jason Ekstrand wrote: >> > >> > On Nov 25, 2015 1:27 PM, "Emil Velikov" >> > wrote: >> >> >> >> Hello all, >> >> >> >> Some of us have been thinking about

Re: [Mesa-dev] [PATCH 0/9] Move nir/glsl to src/compiler

2015-11-27 Thread Jason Ekstrand
On Nov 27, 2015 10:16 AM, "Emil Velikov" wrote: > > On 27 November 2015 at 17:54, Jason Ekstrand wrote: > > > > On Nov 25, 2015 1:27 PM, "Emil Velikov" wrote: > >> > >> Hello all, > >> > >> Some of us have been thinking about moving nir out of glsl, and fleshing > >> out some common helper (stat

Re: [Mesa-dev] [PATCH 0/9] Move nir/glsl to src/compiler

2015-11-27 Thread Emil Velikov
On 27 November 2015 at 17:54, Jason Ekstrand wrote: > > On Nov 25, 2015 1:27 PM, "Emil Velikov" wrote: >> >> Hello all, >> >> Some of us have been thinking about moving nir out of glsl, and fleshing >> out some common helper (static library) that is use by both. So here it >> is - src/compiler. >

Re: [Mesa-dev] [PATCH 0/9] Move nir/glsl to src/compiler

2015-11-27 Thread Jason Ekstrand
On Nov 25, 2015 1:27 PM, "Emil Velikov" wrote: > > Hello all, > > Some of us have been thinking about moving nir out of glsl, and fleshing > out some common helper (static library) that is use by both. So here it > is - src/compiler. > > The modules (libcompiler, libnir and libglsl) are unfortunat

[Mesa-dev] [PATCH 0/9] Move nir/glsl to src/compiler

2015-11-25 Thread Emil Velikov
Hello all, Some of us have been thinking about moving nir out of glsl, and fleshing out some common helper (static library) that is use by both. So here it is - src/compiler. The modules (libcompiler, libnir and libglsl) are unfortunately not really independent. - libcompiler - compile time (