summaryrefslogtreecommitdiff
path: root/src/intel/Makefile.isl.am
diff options
context:
space:
mode:
authorAnuj Phogat <anuj.phogat@gmail.com>2017-07-20 15:59:49 -0700
committerAnuj Phogat <anuj.phogat@gmail.com>2018-02-15 16:14:55 -0800
commitbff24e2173543a0329347ad95be86c1db60f2f0e (patch)
treea68ed1360532c436864f335f61a38a1561138ec1 /src/intel/Makefile.isl.am
parent0427bd4954acfd99c3b00b8a0993ca3c9e816d47 (diff)
intel/isl/icl: Build and use gen11 surface state emit functions
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'src/intel/Makefile.isl.am')
-rw-r--r--src/intel/Makefile.isl.am4
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 \