i965: Move MI_BATCHBUFFER_END handling into brw_finish_batch().
[mesa.git] / Makefile.am
index 147a5e7ce8e68a7c85fd9472fecb9733290313a1..a4f49d3d33256f6a6038e5b7f22fa9263fea23e3 100644 (file)
@@ -41,9 +41,10 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
        --enable-xa \
        --enable-xvmc \
        --enable-llvm-shared-libs \
-       --with-egl-platforms=x11,wayland,drm,surfaceless \
+       --enable-libunwind \
+       --with-platforms=x11,wayland,drm,surfaceless \
        --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \
-       --with-gallium-drivers=i915,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr,etnaviv,imx \
+       --with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr,etnaviv,imx \
        --with-vulkan-drivers=intel,radeon
 
 ACLOCAL_AMFLAGS = -I m4
@@ -53,6 +54,7 @@ EXTRA_DIST = \
        common.py \
        docs \
        doxygen \
+       bin/git_sha1_gen.py \
        scons \
        SConstruct
 
@@ -61,6 +63,11 @@ noinst_HEADERS = \
        include/c99_compat.h \
        include/c99_math.h \
        include/c11 \
+       include/drm-uapi/drm.h \
+       include/drm-uapi/drm_fourcc.h \
+       include/drm-uapi/drm_mode.h \
+       include/drm-uapi/i915_drm.h \
+       include/drm-uapi/vc4_drm.h \
        include/D3D9 \
        include/GL/wglext.h \
        include/HaikuGL \