summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-20 16:21:08 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-20 16:21:08 -0600
commit51da8ee85eccf0df3721cbd863cd174382d1ddfd (patch)
tree5fc9d29313fb9d8e1344434b6b0adf5116d277d5 /src/mesa/sources
parent0a262998ef2813d19e9fee01d3e5808416e9cb04 (diff)
Start to remove the temporary draw_vb() and draw_vertices() code.
new st_draw_vertices() utility used by glClear and glDrawPixels
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 0731e64d8a..0fe97e0287 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -164,8 +164,7 @@ DRAW_SOURCES = \
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
+ pipe/draw/draw_unfilled.c
TGSICORE_SOURCES = \
pipe/tgsi/core/tgsi_build.c \