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/r200/Makefile | |
parent | 70dd0126bd25f2cc2fedae60281ab5c256cb8664 (diff) |
remove vtxfmt code, switch over to vbo
Diffstat (limited to 'src/mesa/drivers/dri/r200/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/r200/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile index 75c09ff867e..e9144ac75ce 100644 --- a/src/mesa/drivers/dri/r200/Makefile +++ b/src/mesa/drivers/dri/r200/Makefile @@ -26,10 +26,6 @@ DRIVER_SOURCES = r200_context.c \ r200_span.c \ r200_maos.c \ r200_sanity.c \ - r200_vtxfmt.c \ - r200_vtxfmt_c.c \ - r200_vtxfmt_sse.c \ - r200_vtxfmt_x86.c \ r200_fragshader.c \ r200_vertprog.c \ radeon_screen.c \ @@ -37,7 +33,7 @@ DRIVER_SOURCES = r200_context.c \ C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES) -X86_SOURCES = r200_vtxtmp_x86.S +X86_SOURCES = DRIVER_DEFINES = -DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R200 |