Merge branch '7.8'
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index 950c3d9955bff65729f4d5e98b6ca9c3e1a3e9a1..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',
@@ -35,4 +36,4 @@ softpipe = env.ConvenienceLibrary(
                'sp_tile_cache.c',
        ])
 
-Export('softpipe')
\ No newline at end of file
+Export('softpipe')