summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/Makefile
diff options
context:
space:
mode:
authorVladimir Dergachev <volodya@freedesktop.org>2005-01-11 04:11:05 +0000
committerVladimir Dergachev <volodya@freedesktop.org>2005-01-11 04:11:05 +0000
commit864137984a80b2ad2c26d54f9281546b4b43c6ae (patch)
treeb49f5b29ecc2154d2219b9c5167f930a2db26c4c /src/mesa/drivers/dri/r300/Makefile
parent086ca3dffbf0003eac20fe5fe6fbcf993c414f0b (diff)
Move the few definitions from r300_lib.h still in use to r300_emit.h.
Rework *vb* function to not use AOS_ARRAY structure, but rather work directly with r300->state.aos. Remove references to r300_lib.h and r300_lib.c Remove r300_lib.[c,h].
Diffstat (limited to 'src/mesa/drivers/dri/r300/Makefile')
-rw-r--r--src/mesa/drivers/dri/r300/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/Makefile b/src/mesa/drivers/dri/r300/Makefile
index cfe81760f2..fdd5b732f2 100644
--- a/src/mesa/drivers/dri/r300/Makefile
+++ b/src/mesa/drivers/dri/r300/Makefile
@@ -32,7 +32,6 @@ DRIVER_SOURCES = \
r300_cmdbuf.c \
r300_state.c \
r300_render.c \
- r300_lib.c \
r300_texmem.c \
r300_tex.c \
r300_texstate.c \