Merge commit 'origin/7.8'
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index 3042e556c6417f7b07d5dc055f535afa9e0d0a70..b80c6dea93a9d9bf1f29d624944eeca402534a1f 100644 (file)
@@ -10,6 +10,7 @@ softpipe = env.ConvenienceLibrary(
                'sp_clear.c',
                'sp_context.c',
                'sp_draw_arrays.c',
+               'sp_fence.c',
                'sp_flush.c',
                'sp_prim_vbuf.c',
                'sp_setup.c',
@@ -33,8 +34,6 @@ softpipe = env.ConvenienceLibrary(
                'sp_tex_tile_cache.c',
                'sp_texture.c',
                'sp_tile_cache.c',
-               'sp_video_context.c',
-               'sp_winsys.c'
        ])
 
 Export('softpipe')