Reviewed-by: Eric Anholt <eric@anholt.net>tags/mesa-8.0-rc1
@@ -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', |
@@ -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 \ |