Re: [Mesa-dev] [PATCH 00/12] nir: Functions!

2016-04-06 Thread Jason Ekstrand
On Tue, Apr 5, 2016 at 8:31 PM, ShawQ <361213...@qq.com> wrote: > Hi all, > > > > I am sorry to trouble you. I have a question when I build Vulkan with > scons find will not build the project of root/src/compiler/nir. > > I found there was not SConscript file in the root/src/compiler/nir. Can we >

Re: [Mesa-dev] [PATCH 00/12] nir: Functions!

2016-04-06 Thread ShawQ
Hi all, I am sorry to trouble you. I have a question when I build Vulkan with scons find will not build the project of root/src/compiler/nir. I found there was not SConscript file in the root/src/compiler/nir. Can we build the spirv project in linux enviroment with automake tool? Th

[Mesa-dev] [PATCH 00/12] nir: Functions!

2015-12-26 Thread Jason Ekstrand
This little series adds the basics of what we need to actually do functions in NIR. We've had NIR function support in theory for some time, but it's never been used beyond the single-function "void main()" casae. This series gives us what we need to do it for real. The first patch, I would like