Cell: some basic blending code
[mesa.git] / src / mesa / sources
index 90ce9ce3702ffcc541e7ed3d9c35f8710597944b..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 = \
@@ -191,7 +195,8 @@ STATECACHE_SOURCES = \
        pipe/cso_cache/cso_cache.c
 
 PIPEUTIL_SOURCES = \
-       pipe/util/p_tile.c
+       pipe/util/p_tile.c \
+       pipe/util/p_util.c
 
 STATETRACKER_SOURCES = \
        state_tracker/st_atom.c \