radeonsi: add an initial dump_debug_state implementation dumping shaders
[mesa.git] / src / gallium / Makefile.am
index f6bf3c0057584f164ab271eaf7f72d716fdabdef..a7c3606de0abdfffaea8c061950ba6a3da4b2532 100644 (file)
@@ -11,7 +11,7 @@ SUBDIRS += auxiliary
 ##
 
 SUBDIRS += \
-       drivers/galahad \
+       drivers/ddebug \
        drivers/noop \
        drivers/trace \
        drivers/rbug
@@ -59,6 +59,7 @@ endif
 ## radeonsi
 if HAVE_GALLIUM_RADEONSI
 SUBDIRS += drivers/radeonsi
+SUBDIRS += winsys/amdgpu/drm
 endif
 
 ## the radeon winsys - linked in by r300, r600 and radeonsi
@@ -96,14 +97,6 @@ if HAVE_DRI2
 SUBDIRS += winsys/sw/kms-dri
 endif
 
-if HAVE_EGL_PLATFORM_FBDEV
-SUBDIRS += winsys/sw/fbdev
-endif
-
-if HAVE_EGL_PLATFORM_WAYLAND
-SUBDIRS += winsys/sw/wayland
-endif
-
 SUBDIRS += winsys/sw/wrapper
 
 ##
@@ -114,10 +107,6 @@ EXTRA_DIST = \
        docs \
        README.portability \
        SConscript \
-       state_trackers/egl \
-       state_trackers/gbm \
-       targets/egl-static \
-       targets/gbm \
        winsys/sw/gdi \
        winsys/sw/hgl
 
@@ -138,11 +127,6 @@ if HAVE_DRICOMMON
 SUBDIRS += state_trackers/dri targets/dri
 endif
 
-## the egl target depends on vega
-if HAVE_OPENVG
-SUBDIRS += state_trackers/vega
-endif
-
 if HAVE_X11_DRIVER
 SUBDIRS += state_trackers/glx/xlib targets/libgl-xlib
 endif