draw: mimize cost of translate key compares, use cache universally
[mesa.git] / src / gallium / auxiliary / draw / Makefile
index c9980f0b8355a47e4a467cce6cfd7db1264e252d..da7eded21f676e1ac4d52234bf5e0231fafb9095 100644 (file)
@@ -4,32 +4,38 @@ include $(TOP)/configs/current
 LIBNAME = draw
 
 C_SOURCES = \
-       draw_aaline.c \
-       draw_aapoint.c \
-       draw_clip.c \
+       draw_context.c \
+       draw_pipe.c \
+       draw_pipe_aaline.c \
+       draw_pipe_aapoint.c \
+       draw_pipe_clip.c \
+       draw_pipe_cull.c \
+       draw_pipe_flatshade.c \
+       draw_pipe_offset.c \
+       draw_pipe_pstipple.c \
+       draw_pipe_stipple.c \
+       draw_pipe_twoside.c \
+       draw_pipe_unfilled.c \
+       draw_pipe_util.c \
+       draw_pipe_validate.c \
+       draw_pipe_vbuf.c \
+       draw_pipe_wide_line.c \
+       draw_pipe_wide_point.c \
+       draw_pt.c \
+       draw_pt_elts.c \
+       draw_pt_emit.c \
+       draw_pt_fetch.c \
+       draw_pt_fetch_emit.c \
+       draw_pt_fetch_shade_pipeline.c \
+       draw_pt_post_vs.c \
+        draw_pt_varray.c \
+       draw_pt_vcache.c \
+       draw_vertex.c \
+       draw_vs.c \
        draw_vs_exec.c \
-       draw_vs_sse.c \
        draw_vs_llvm.c \
-       draw_context.c\
-       draw_cull.c \
-       draw_debug.c \
-       draw_flatshade.c \
-       draw_offset.c \
-       draw_prim.c \
-       draw_pstipple.c \
-       draw_stipple.c \
-       draw_twoside.c \
-       draw_unfilled.c \
-       draw_validate.c \
-       draw_vbuf.c \
-       draw_vertex.c \
-       draw_vertex_cache.c \
-       draw_vertex_fetch.c \
-       draw_vertex_shader.c \
-       draw_vf.c \
-       draw_vf_generic.c \
-       draw_vf_sse.c \
-       draw_wide_prims.c
+       draw_vs_sse.c 
+
 
 include ../../Makefile.template