diff options
author | Keith Whitwell <[email protected]> | 2006-10-31 12:11:10 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-10-31 12:11:10 +0000 |
commit | 80c88304fc9d09531b2530b74973821e47b46753 (patch) | |
tree | 1d0f45753c2c6cbdbed89f1835969d8a8f3fc1c2 /src/mesa/drivers/dri/radeon/Makefile | |
parent | 70dd0126bd25f2cc2fedae60281ab5c256cb8664 (diff) |
remove vtxfmt code, switch over to vbo
Diffstat (limited to 'src/mesa/drivers/dri/radeon/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/radeon/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/mesa/drivers/dri/radeon/Makefile b/src/mesa/drivers/dri/radeon/Makefile index 6e46620b397..f223b2d9228 100644 --- a/src/mesa/drivers/dri/radeon/Makefile +++ b/src/mesa/drivers/dri/radeon/Makefile @@ -22,11 +22,7 @@ DRIVER_SOURCES = \ radeon_swtcl.c \ radeon_span.c \ radeon_maos.c \ - radeon_sanity.c \ - radeon_vtxfmt.c \ - radeon_vtxfmt_c.c \ - radeon_vtxfmt_sse.c \ - radeon_vtxfmt_x86.c + radeon_sanity.c C_SOURCES = \ $(COMMON_SOURCES) \ @@ -34,8 +30,7 @@ C_SOURCES = \ DRIVER_DEFINES = -DRADEON_COMMON=0 -X86_SOURCES = \ - radeon_vtxtmp_x86.S +X86_SOURCES = include ../Makefile.template |