diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2006-03-06 15:32:31 +0000 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2006-03-06 15:32:31 +0000 |
commit | 5569c2dfaee4a93a835a14178a7baca865614c5c (patch) | |
tree | 26f2a0b8d8d563511ec22753d07614eb50a812b5 /src/mesa/drivers/dri/nouveau/Makefile | |
parent | 98e1b13802fb83b504353c14df1d90646eabe111 (diff) | |
download | external_mesa3d-5569c2dfaee4a93a835a14178a7baca865614c5c.zip external_mesa3d-5569c2dfaee4a93a835a14178a7baca865614c5c.tar.gz external_mesa3d-5569c2dfaee4a93a835a14178a7baca865614c5c.tar.bz2 |
Cleaned up the software TCL code a bit. Renamed nv30_tris.[c,h] to
nv20_swtcl.[c,h].
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/Makefile b/src/mesa/drivers/dri/nouveau/Makefile index 3fd237e..3e40240 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile +++ b/src/mesa/drivers/dri/nouveau/Makefile @@ -16,7 +16,7 @@ DRIVER_SOURCES = \ nouveau_span.c \ nouveau_tex.c \ nouveau_tris.c \ - nv30_tris.c + nv20_swtcl.c C_SOURCES = \ $(COMMON_SOURCES) \ |