[Mesa-dev] [PATCH] nir: Fix out-of-tree build for spirv2nir

2016-02-11 Thread Kristian Høgsberg Kristensen
This needs to be able to find the generated nir_opcodes.h header. --- src/compiler/Makefile.am | 5 + 1 file changed, 5 insertions(+) diff --git a/src/compiler/Makefile.am b/src/compiler/Makefile.am index fe96cb3..8f37448 100644 --- a/src/compiler/Makefile.am +++ b/src/compiler/Makefile.am @@

[Mesa-dev] [PATCH] nir: Fix out-of-tree build for spirv2nir

2016-02-10 Thread Kristian Høgsberg
From: Kristian Høgsberg Kristensen This needs to be able to find the generated nir_opcodes.h header. --- src/compiler/Makefile.am | 5 + 1 file changed, 5 insertions(+) diff --git a/src/compiler/Makefile.am b/src/compiler/Makefile.am index fe96cb3..8f37448 100644 --- a/src/compiler/Makefile