diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-08-20 15:11:11 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-08-20 15:11:11 -0600 |
commit | 0a262998ef2813d19e9fee01d3e5808416e9cb04 (patch) | |
tree | 6deb441008fbf668d863e2cea01a9ea559f74bcb /src/mesa/sources | |
parent | a83b72a67263faf21bf16ff879c9718660684aed (diff) |
Move guts of vertex array drawing into the 'draw' module.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index d97a34f534..0731e64d8a 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -156,6 +156,7 @@ VF_SOURCES = \ DRAW_SOURCES = \ + pipe/draw/draw_arrays.c \ pipe/draw/draw_clip.c \ pipe/draw/draw_context.c\ pipe/draw/draw_cull.c \ |