summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-16 12:36:17 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-16 12:37:26 -0600
commit59bd1e260bf40e4d2b1662cc4e68eff8235739e4 (patch)
treeb8b094e8a20bac270c867a2f29e90321149f6c8c /src/mesa/sources
parent926323df8692f48134a65322d5790d3f950b67dd (diff)
Drawing code refactoring.
Move code duplicated between draw_vb.c and sp_draw_arrays.c into draw_prim.c draw_vb.c will eventually go away, but this seems like a good step anyway.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index a3b8ac34b1..d97a34f534 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -161,6 +161,7 @@ DRAW_SOURCES = \
pipe/draw/draw_cull.c \
pipe/draw/draw_flatshade.c \
pipe/draw/draw_offset.c \
+ pipe/draw/draw_prim.c \
pipe/draw/draw_twoside.c \
pipe/draw/draw_unfilled.c \
pipe/draw/draw_vb.c