Merge commit 'origin/7.8'
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index 153fe44546d5aa2c915962ff91bf56dfbe1805d2..b80c6dea93a9d9bf1f29d624944eeca402534a1f 100644 (file)
@@ -7,22 +7,17 @@ softpipe = env.ConvenienceLibrary(
        source = [
                'sp_fs_exec.c',
                'sp_fs_sse.c',
-               'sp_fs_llvm.c',
                'sp_clear.c',
                'sp_context.c',
                'sp_draw_arrays.c',
+               'sp_fence.c',
                'sp_flush.c',
                'sp_prim_vbuf.c',
                'sp_setup.c',
-               'sp_quad_alpha_test.c',
                'sp_quad_blend.c',
                'sp_quad_pipe.c',
-               'sp_quad_coverage.c',
                'sp_quad_depth_test.c',
-               'sp_quad_earlyz.c',
                'sp_quad_fs.c',
-               'sp_quad_occlusion.c',
-               'sp_quad_stencil.c',
                'sp_quad_stipple.c',
                'sp_query.c',
                'sp_screen.c',
@@ -41,4 +36,4 @@ softpipe = env.ConvenienceLibrary(
                'sp_tile_cache.c',
        ])
 
-Export('softpipe')
\ No newline at end of file
+Export('softpipe')