anv: set UAV coherence required bit when needed
[mesa.git] / src / intel / Makefile.sources
index 97f2328fefe4e34110256113301a6bfc9cbd80f8..be6bdef7b698a169478abe76b737751d266c426d 100644 (file)
@@ -7,8 +7,12 @@ BLORP_FILES = \
        blorp/blorp_priv.h
 
 COMMON_FILES = \
-       common/brw_device_info.c \
-       common/brw_device_info.h
+       common/gen_device_info.c \
+       common/gen_device_info.h \
+       common/gen_l3_config.c \
+       common/gen_l3_config.h \
+       common/gen_urb_config.c \
+       common/gen_sample_positions.h
 
 GENXML_GENERATED_FILES = \
        genxml/gen4_pack.h \
@@ -20,6 +24,13 @@ GENXML_GENERATED_FILES = \
        genxml/gen8_pack.h \
        genxml/gen9_pack.h
 
+AUBINATOR_GENERATED_FILES = \
+       genxml/gen6_xml.h \
+       genxml/gen7_xml.h \
+       genxml/gen75_xml.h \
+       genxml/gen8_xml.h \
+       genxml/gen9_xml.h
+
 ISL_FILES = \
        isl/isl.c \
        isl/isl.h \