mesa/st: add support for NIR as possible driver IR

Signed-off-by: Rob Clark <robclark@freedesktop.org>
Acked-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Rob Clark
2015-12-21 21:34:11 -05:00
parent 2bbb140be3
commit 1e93b0caa1
8 changed files with 632 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ env = env.Clone()
env.MSVC2013Compat()
env.Append(CPPPATH = [
'../compiler/nir', # for generated nir_opcodes.h, etc
'#/src',
'#/src/mapi',
'#/src/glsl',