Merge branch '7.8'
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index aac9edf44e6ad7c0f1c7c84dcd5adbab8d0ca707..9949a53adfd0693463c38801541156015cfdcfe9 100644 (file)
@@ -7,9 +7,11 @@ softpipe = env.ConvenienceLibrary(
        source = [
                'sp_fs_exec.c',
                'sp_fs_sse.c',
+               'sp_buffer.c',
                'sp_clear.c',
                'sp_context.c',
                'sp_draw_arrays.c',
+               'sp_fence.c',
                'sp_flush.c',
                'sp_prim_vbuf.c',
                'sp_setup.c',
@@ -33,7 +35,7 @@ softpipe = env.ConvenienceLibrary(
                'sp_tex_tile_cache.c',
                'sp_texture.c',
                'sp_tile_cache.c',
-               'sp_video_context.c',
+               'sp_video_context.c'
        ])
 
 Export('softpipe')