diff options
author | Stephane Marchesin <[email protected]> | 2006-11-11 00:00:45 +0000 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2006-11-11 00:00:45 +0000 |
commit | f82bc9110b3b06f3313e584e860d0e41d11965f0 (patch) | |
tree | 82b87beaeeadeb5f3ee02d8991ce14d7c67011b8 /src/mesa/drivers/dri/nouveau/Makefile | |
parent | 20802a7b695cdb580c479352bc3eab84d1481b2c (diff) |
Some work on nv30 state, heavily based on jkolb's work
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/Makefile b/src/mesa/drivers/dri/nouveau/Makefile index 08240ad0322..ed700a7085a 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile +++ b/src/mesa/drivers/dri/nouveau/Makefile @@ -19,7 +19,8 @@ DRIVER_SOURCES = \ nouveau_state.c \ nouveau_tex.c \ nouveau_swtcl.c \ - nv10_swtcl.c + nv10_swtcl.c \ + nv30_state.c C_SOURCES = \ $(COMMON_SOURCES) \ |