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
>
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
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