Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index be5917a688648ab8a0841ed92c63646fbb680258..dea7f885e0def451cbab52bfe416559df94660e1 100644 (file)
@@ -24,9 +24,9 @@ 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',
@@ -35,6 +35,7 @@ softpipe = env.ConvenienceLibrary(
                'sp_tex_tile_cache.c',
                'sp_texture.c',
                'sp_tile_cache.c',
+               'sp_video_context.c',
        ])
 
 Export('softpipe')