radeonsi: use u_default_transfer_inline_write
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index dea7f885e0def451cbab52bfe416559df94660e1..da2c93ee5fa47371dbc1fd21a0bc9e808cc90908 100644 (file)
@@ -6,7 +6,6 @@ softpipe = env.ConvenienceLibrary(
        target = 'softpipe',
        source = [
                'sp_fs_exec.c',
-               'sp_fs_sse.c',
                'sp_clear.c',
                'sp_context.c',
                'sp_draw_arrays.c',
@@ -35,7 +34,8 @@ softpipe = env.ConvenienceLibrary(
                'sp_tex_tile_cache.c',
                'sp_texture.c',
                'sp_tile_cache.c',
-               'sp_video_context.c',
        ])
 
+env.Alias('softpipe', softpipe)
+
 Export('softpipe')