Cell: some basic blending code
[mesa.git] / src / mesa / sources
index d8760ba134e41674f64eeba3bb3d3e6a997a0e3e..e31d8cc4667cf2dbe9bc56947d383a4b20804d2d 100644 (file)
@@ -165,6 +165,7 @@ DRAW_SOURCES = \
        pipe/draw/draw_flatshade.c \
        pipe/draw/draw_offset.c \
        pipe/draw/draw_prim.c \
+       pipe/draw/draw_stipple.c \
        pipe/draw/draw_twoside.c \
        pipe/draw/draw_unfilled.c \
        pipe/draw/draw_validate.c \
@@ -174,6 +175,9 @@ DRAW_SOURCES = \
        pipe/draw/draw_vertex_fetch.c \
        pipe/draw/draw_vertex_shader.c \
        pipe/draw/draw_vertex_shader_llvm.c \
+       pipe/draw/draw_vf.c \
+       pipe/draw/draw_vf_generic.c \
+       pipe/draw/draw_vf_sse.c \
        pipe/draw/draw_wide_prims.c
 
 TGSIEXEC_SOURCES = \