i965: Move MI_BATCHBUFFER_END handling into brw_finish_batch().
[mesa.git] / Makefile.am
index c83e6366032dbac2f7d0146e1040f6a63f5c0eeb..a4f49d3d33256f6a6038e5b7f22fa9263fea23e3 100644 (file)
@@ -41,6 +41,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
        --enable-xa \
        --enable-xvmc \
        --enable-llvm-shared-libs \
+       --enable-libunwind \
        --with-platforms=x11,wayland,drm,surfaceless \
        --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \
        --with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr,etnaviv,imx \
@@ -53,7 +54,7 @@ EXTRA_DIST = \
        common.py \
        docs \
        doxygen \
-       bin/git_sha1_gen.sh \
+       bin/git_sha1_gen.py \
        scons \
        SConstruct
 
@@ -66,6 +67,7 @@ noinst_HEADERS = \
        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 \