diff options
author | Anuj Phogat <[email protected]> | 2017-07-20 15:59:49 -0700 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2018-02-15 16:14:55 -0800 |
commit | bff24e2173543a0329347ad95be86c1db60f2f0e (patch) | |
tree | a68ed1360532c436864f335f61a38a1561138ec1 /src/intel/Makefile.isl.am | |
parent | 0427bd4954acfd99c3b00b8a0993ca3c9e816d47 (diff) |
intel/isl/icl: Build and use gen11 surface state emit functions
Signed-off-by: Anuj Phogat <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/intel/Makefile.isl.am')
-rw-r--r-- | src/intel/Makefile.isl.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/Makefile.isl.am b/src/intel/Makefile.isl.am index 31273af36c0..9525f9e9905 100644 --- a/src/intel/Makefile.isl.am +++ b/src/intel/Makefile.isl.am @@ -28,6 +28,7 @@ ISL_GEN_LIBS = \ isl/libisl-gen8.la \ isl/libisl-gen9.la \ isl/libisl-gen10.la \ + isl/libisl-gen11.la \ $(NULL) noinst_LTLIBRARIES += $(ISL_GEN_LIBS) isl/libisl.la @@ -59,6 +60,9 @@ isl_libisl_gen9_la_CFLAGS = $(AM_CFLAGS) -DGEN_VERSIONx10=90 isl_libisl_gen10_la_SOURCES = $(ISL_GEN10_FILES) isl_libisl_gen10_la_CFLAGS = $(AM_CFLAGS) -DGEN_VERSIONx10=100 +isl_libisl_gen11_la_SOURCES = $(ISL_GEN11_FILES) +isl_libisl_gen11_la_CFLAGS = $(AM_CFLAGS) -DGEN_VERSIONx10=110 + BUILT_SOURCES += $(ISL_GENERATED_FILES) isl/isl_format_layout.c: isl/gen_format_layout.py \ |