diff options
author | Keith Whitwell <[email protected]> | 2005-01-04 12:18:05 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-01-04 12:18:05 +0000 |
commit | b6ab7a1bf1b6d4c6e44c4b167e072c4169e6923c (patch) | |
tree | 429f9cfd517ddbaf8e5478808222a357c3b930ed /src/mesa/drivers/dri/unichrome/Makefile | |
parent | f72e4424d960b1751845d9e0579e8fdcca93b3d0 (diff) |
Change to use the t_vertex.c mechanisms for building vertices,
including Felix's ptex code.
Re-enable some assembly for performance.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/Makefile b/src/mesa/drivers/dri/unichrome/Makefile index baf1fe47b7e..b08a239e083 100644 --- a/src/mesa/drivers/dri/unichrome/Makefile +++ b/src/mesa/drivers/dri/unichrome/Makefile @@ -29,7 +29,6 @@ DRIVER_SOURCES = \ via_texmem.c \ via_texstate.c \ via_tris.c \ - via_vb.c \ via_texcombine.c \ xf86drmVIA.c |