isl: Add the ISL_FORMAT_R32G32_FLOAT_LD format
[mesa.git] / src / intel / isl / Makefile.am
index 806934eae5b5b0e52dbfec0c6f3b91f0a935962b..d371a29c7d1601653bf3777c8c14eb1b2ce751f4 100644 (file)
@@ -31,8 +31,6 @@ ISL_GEN_LIBS =                                           \
 
 noinst_LTLIBRARIES = $(ISL_GEN_LIBS) libisl.la
 
-EXTRA_DIST = tests
-
 # The gallium includes are for the util/u_math.h include from main/macros.h
 AM_CPPFLAGS = \
        $(INTEL_CFLAGS) \
@@ -63,6 +61,7 @@ libisl_la_SOURCES =                                     \
        isl_gen4.h                                      \
        isl_gen6.c                                      \
        isl_gen6.h                                      \
+       isl_priv.h                                      \
        isl_storage_image.c                             \
        $(NULL)
 
@@ -110,9 +109,9 @@ check_PROGRAMS = $(TESTS)
 
 # Link tests to lib965_compiler.la for brw_get_device_info().
 tests_ldadd =                                          \
-       -lm                                             \
        libisl.la                                       \
-       $(top_builddir)/src/mesa/drivers/dri/i965/libi965_compiler.la
+       $(top_builddir)/src/mesa/drivers/dri/i965/libi965_compiler.la \
+       -lm
 
 tests_isl_surf_get_image_offset_test_SOURCES =         \
        tests/isl_surf_get_image_offset_test.c
@@ -121,3 +120,8 @@ tests_isl_surf_get_image_offset_test_LDADD = $(tests_ldadd)
 # ----------------------------------------------------------------------------
 
 include $(top_srcdir)/install-lib-links.mk
+
+EXTRA_DIST = \
+       isl_format_layout_gen.bash \
+       isl_format_layout.csv \
+       README