diff options
author | Vladimir Dergachev <[email protected]> | 2005-01-11 04:11:05 +0000 |
---|---|---|
committer | Vladimir Dergachev <[email protected]> | 2005-01-11 04:11:05 +0000 |
commit | 864137984a80b2ad2c26d54f9281546b4b43c6ae (patch) | |
tree | b49f5b29ecc2154d2219b9c5167f930a2db26c4c /src/mesa/drivers/dri/r300/Makefile | |
parent | 086ca3dffbf0003eac20fe5fe6fbcf993c414f0b (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/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/Makefile b/src/mesa/drivers/dri/r300/Makefile index cfe81760f2a..fdd5b732f2a 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 \ |