summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-19 00:45:05 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-19 00:45:05 +0100
commit26831bdac594a11e51b6c4b09df78bb11444f5dd (patch)
treee4d2876ed4fee577664fefb58543bfe35d87eec7 /src/gallium/auxiliary/draw/Makefile
parent43452886e2e33e33bdc57abe7e0b4af0abbbd2b1 (diff)
draw: rename pipeline files to draw_pipe_*
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r--src/gallium/auxiliary/draw/Makefile32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile
index 0b0578a179..62f46c6db1 100644
--- a/src/gallium/auxiliary/draw/Makefile
+++ b/src/gallium/auxiliary/draw/Makefile
@@ -4,14 +4,21 @@ include $(TOP)/configs/current
LIBNAME = draw
C_SOURCES = \
- draw_aaline.c \
- draw_aapoint.c \
- draw_clip.c \
- draw_context.c\
- draw_cull.c \
- draw_flatshade.c \
- draw_offset.c \
- draw_pstipple.c \
+ draw_context.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_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 \
@@ -21,18 +28,11 @@ C_SOURCES = \
draw_pt_pipeline.c \
draw_pt_post_vs.c \
draw_pt_vcache.c \
- draw_stipple.c \
- draw_twoside.c \
- draw_unfilled.c \
- draw_validate.c \
- draw_vbuf.c \
draw_vertex.c \
draw_vs.c \
draw_vs_exec.c \
draw_vs_llvm.c \
- draw_vs_sse.c \
- draw_wide_line.c \
- draw_wide_point.c
+ draw_vs_sse.c
include ../../Makefile.template