mesa: build swrast/s_depthstencil.c
authorBrian Paul <brianp@vmware.com>
Sat, 10 Dec 2011 18:44:43 +0000 (11:44 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 13 Dec 2011 13:45:37 +0000 (06:45 -0700)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/SConscript
src/mesa/sources.mak

index da4d9b1..4093e3f 100644 (file)
@@ -162,6 +162,7 @@ swrast_sources = [
     'swrast/s_copypix.c',
     'swrast/s_context.c',
     'swrast/s_depth.c',
+    'swrast/s_depthstencil.c',
     'swrast/s_drawpix.c',
     'swrast/s_feedback.c',
     'swrast/s_fog.c',
index a3ce855..44c5c75 100644 (file)
@@ -134,6 +134,7 @@ SWRAST_SOURCES = \
        swrast/s_copypix.c \
        swrast/s_context.c \
        swrast/s_depth.c \
+       swrast/s_depthstencil.c \
        swrast/s_drawpix.c \
        swrast/s_feedback.c \
        swrast/s_fog.c \