diff options
author | Stephane Marchesin <[email protected]> | 2007-01-14 20:37:57 +0100 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2007-01-14 20:39:00 +0100 |
commit | 8d7e5651fba9fd62e1055c05d1814c7d2de7f43c (patch) | |
tree | aeafc8167722c22994d9e356b884ea98dd53683e /src/mesa/drivers/dri/nouveau/Makefile | |
parent | d57ce408b34b604f9b85114eedc88b5463df4218 (diff) |
nouveau: add the nv04 swtcl module (it's untested for now).
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/Makefile b/src/mesa/drivers/dri/nouveau/Makefile index d31b42a568b..9eb40fb9c19 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile +++ b/src/mesa/drivers/dri/nouveau/Makefile @@ -26,6 +26,7 @@ DRIVER_SOURCES = \ nouveau_tex.c \ nouveau_swtcl.c \ nouveau_sync.c \ + nv04_swtcl.c \ nv10_swtcl.c \ nv10_state.c \ nv20_state.c \ |