draw: corrections to allow for different cliptest cases
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index b80c6dea93a9d9bf1f29d624944eeca402534a1f..d5f4d28aeffe499928981c4d19d5b28413ca17b7 100644 (file)
@@ -24,9 +24,10 @@ softpipe = env.ConvenienceLibrary(
                'sp_state_blend.c',
                'sp_state_clip.c',
                'sp_state_derived.c',
-               'sp_state_fs.c',
                'sp_state_rasterizer.c',
                'sp_state_sampler.c',
+               'sp_state_shader.c',
+               'sp_state_so.c',
                'sp_state_surface.c',
                'sp_state_vertex.c',
                'sp_surface.c',