tgsi: convert opcode macros to enums
[mesa.git] / Makefile.am
index 5c3a6717d34e25c3eb42c4e389feb30b30938d24..804b1d85353435374838898802c6330c65a8bca3 100644 (file)
@@ -45,7 +45,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
        --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 \
+       --with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,tegra,virgl,swr,etnaviv,imx \
        --with-vulkan-drivers=intel,radeon
 
 ACLOCAL_AMFLAGS = -I m4
@@ -75,6 +75,7 @@ noinst_HEADERS = \
        include/drm-uapi/drm_fourcc.h \
        include/drm-uapi/drm_mode.h \
        include/drm-uapi/i915_drm.h \
+       include/drm-uapi/tegra_drm.h \
        include/drm-uapi/vc4_drm.h \
        include/D3D9 \
        include/GL/wglext.h \