llvmpipe: Texture cache in 4 ubytes instead of 4 floats.
[mesa.git] / src / gallium / auxiliary / draw / SConscript
index 925e668f2226dbc331882642e5f2ce2d40583996..5f05aa324a5bcf7099f1ce34974c8e2b71786e6e 100644 (file)
@@ -31,7 +31,6 @@ draw = env.ConvenienceLibrary(
                'draw_pt_util.c',
                'draw_pt_varray.c',
                'draw_pt_vcache.c',
-               'draw_pt_util.c',
                'draw_vertex.c',
                'draw_vs.c',
                'draw_vs_aos.c',
@@ -39,6 +38,7 @@ draw = env.ConvenienceLibrary(
                'draw_vs_aos_machine.c',
                'draw_vs_exec.c',
                'draw_vs_llvm.c',
+               'draw_vs_ppc.c',
                'draw_vs_sse.c',
                'draw_vs_varient.c'
        ])