summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 985bd2dce6..069be2e01d 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -157,15 +157,16 @@ VF_SOURCES = \
DRAW_SOURCES = \
- pipe/draw/draw_arrays.c \
pipe/draw/draw_clip.c \
pipe/draw/draw_context.c\
pipe/draw/draw_cull.c \
+ pipe/draw/draw_debug.c \
pipe/draw/draw_feedback.c \
pipe/draw/draw_flatshade.c \
pipe/draw/draw_offset.c \
pipe/draw/draw_prim.c \
pipe/draw/draw_twoside.c \
+ pipe/draw/draw_validate.c \
pipe/draw/draw_vertex.c \
pipe/draw/draw_vertex_cache.c \
pipe/draw/draw_vertex_fetch.c \