i915: Add support for HW rendering with no color draw buffer.
[mesa.git] / src / mesa / sources.mak
index 9b2cb1a3c14ed0d0c76ed46cca289ae29b7938c7..4b2ec08bbb0d87b792172ac9380d1fcb26f5c653 100644 (file)
@@ -92,7 +92,6 @@ MAIN_SOURCES = \
        main/texobj.c \
        main/texpal.c \
        main/texparam.c \
-       main/texrender.c \
        main/texstate.c \
        main/texstore.c \
        main/texturebarrier.c \
@@ -145,6 +144,7 @@ SWRAST_SOURCES = \
        swrast/s_stencil.c \
        swrast/s_texcombine.c \
        swrast/s_texfilter.c \
+       swrast/s_texrender.c \
        swrast/s_triangle.c \
        swrast/s_zoom.c