swr/rast: Don't transition hottile resolved->dirty during store tiles
[mesa.git] / src / gallium / drivers / swr / Automake.inc
1 if HAVE_GALLIUM_SWR
2
3 TARGET_DRIVERS += swrast
4 TARGET_CPPFLAGS += -DGALLIUM_SWR
5 TARGET_LIB_DEPS += \
6 $(top_builddir)/src/gallium/drivers/swr/libmesaswr.la
7
8 endif