i965: Don't calculate masks of used FS inputs
[mesa.git] / src / mesa / SConscript
index 633cb9cb8c33a5ceb31917ea4b184df3557ce8e4..4754fbfc8c0711ccf6ecab90b9306f649b52f13d 100644 (file)
@@ -58,7 +58,6 @@ main_sources = [
     'main/cpuinfo.c',
     'main/debug.c',
     'main/depth.c',
-    'main/depthstencil.c',
     'main/dlist.c',
     'main/dlopen.c',
     'main/drawpix.c',
@@ -170,6 +169,7 @@ swrast_sources = [
     'swrast/s_logic.c',
     'swrast/s_masking.c',
     'swrast/s_points.c',
+    'swrast/s_renderbuffer.c',
     'swrast/s_span.c',
     'swrast/s_stencil.c',
     'swrast/s_texcombine.c',