diff options
author | Patrice Mandin <[email protected]> | 2007-01-18 22:07:17 +0100 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2007-01-18 22:07:17 +0100 |
commit | 3c59483ed7c5700a58f47ca9b4a61214d02c9307 (patch) | |
tree | c66faf42ec22d7024f64b6bcc4a936ef9c88941a /src/mesa/drivers/dri/nouveau/Makefile | |
parent | 62efc4ba3eb53ca75abbe9b52feabe49a5fd56b5 (diff) |
nouveau: preliminary nv50 state
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 9eb40fb9c19..7ffba27bac0 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile +++ b/src/mesa/drivers/dri/nouveau/Makefile @@ -31,6 +31,7 @@ DRIVER_SOURCES = \ nv10_state.c \ nv20_state.c \ nv30_state.c \ + nv50_state.c \ nouveau_state_cache.c \ nv20_vertprog.c \ nv30_fragprog.c \ |