glsl_to_tgsi: fix the value of gl_FrontFacing with native integers
[mesa.git] / src / Makefile.am
index 5b2549d9d9eea0d4927afd3c0a5ba3e878c9d728..3e736d02934489e45a94c4065dccbdcc84196a2e 100644 (file)
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
-SUBDIRS = gtest loader mapi
+SUBDIRS = gtest util mapi
 
 if NEED_OPENGL_COMMON
 SUBDIRS += glsl mesa
 endif
 
+SUBDIRS += loader
+
 if HAVE_DRI_GLX
 SUBDIRS += glx
 endif
@@ -33,25 +35,20 @@ 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
-SUBDIRS +=                     \
-       gallium/auxiliary       \
-       gallium/drivers         \
-       gallium/state_trackers  \
-       gallium/winsys          \
-       gallium/targets
-
-if HAVE_GALLIUM_TESTS
-SUBDIRS +=                     \
-       gallium/tests/trivial   \
-       gallium/tests/unit
-endif
+SUBDIRS += gallium
 endif
+
+EXTRA_DIST = getopt