teximage: Add utility func for format/internalFormat compatibility check
[mesa.git] / src / Makefile.am
index 76280a0c02ec2a0063b4acbfc644e78ce1522a7d..d4a7090dca5ddbcb38ffb72996b6b025ab309821 100644 (file)
@@ -25,6 +25,8 @@ if NEED_OPENGL_COMMON
 SUBDIRS += glsl mesa
 endif
 
+SUBDIRS += loader
+
 if HAVE_DRI_GLX
 SUBDIRS += glx
 endif
@@ -33,12 +35,16 @@ if HAVE_EGL_PLATFORM_WAYLAND
 SUBDIRS += egl/wayland
 endif
 
+if HAVE_EGL_DRIVER_DRI2
+SUBDIRS += egl/drivers/dri2
+endif
+
 if HAVE_GBM
 SUBDIRS += gbm
 endif
 
 if HAVE_EGL
-SUBDIRS += egl
+SUBDIRS += egl/main
 endif
 
 if HAVE_GALLIUM
@@ -55,3 +61,5 @@ SUBDIRS +=                    \
        gallium/tests/unit
 endif
 endif
+
+EXTRA_DIST = getopt