radeonsi: enable GL_EXT_shader_image_load_formatted
[mesa.git] / src / gallium / drivers / softpipe / Automake.inc
1 if HAVE_GALLIUM_SOFTPIPE
2
3 TARGET_DRIVERS += swrast
4 TARGET_CPPFLAGS += -DGALLIUM_SOFTPIPE
5 TARGET_LIB_DEPS += \
6 $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la
7
8 if HAVE_DRISW_KMS
9 TARGET_DRIVERS += kms_swrast
10
11 endif
12 endif