summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-27 19:30:11 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-27 19:30:11 +0100
commit874b9265601fcc05b1e32e2be029f3ac6a966c97 (patch)
tree010b3eb86715ce946533ecdf982dd0708c7df28c /src/mesa/sources
parentb0455958cc5fbb303cd5cd394c7945f357cc9663 (diff)
Split out vertex shader/cache/fetch functionality from draw_prim.c
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 53969774f9..be24f93f74 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -164,6 +164,9 @@ DRAW_SOURCES = \
pipe/draw/draw_offset.c \
pipe/draw/draw_prim.c \
pipe/draw/draw_twoside.c \
+ pipe/draw/draw_vertex_cache.c \
+ pipe/draw/draw_vertex_fetch.c \
+ pipe/draw/draw_vertex_shader.c \
pipe/draw/draw_unfilled.c
TGSIEXEC_SOURCES = \