diff options
author | Patrice Mandin <[email protected]> | 2008-06-20 22:19:22 +0200 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-06-20 22:19:22 +0200 |
commit | 5e1d657d50c247d903b865572bd3e74048e8a8f1 (patch) | |
tree | 7e135b477baa38764fb938af23707bbba101ca90 /src/gallium/drivers/nv30/Makefile | |
parent | d785a0c8b2ff45d07a8d2992d089eb96c04658db (diff) |
nv30: Add separate nv30 state stuff for fb, based on nv40 one, need to use it now
Diffstat (limited to 'src/gallium/drivers/nv30/Makefile')
-rw-r--r-- | src/gallium/drivers/nv30/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/Makefile b/src/gallium/drivers/nv30/Makefile index 3f80fb87c9b..ec11de76446 100644 --- a/src/gallium/drivers/nv30/Makefile +++ b/src/gallium/drivers/nv30/Makefile @@ -14,6 +14,7 @@ DRIVER_SOURCES = \ nv30_screen.c \ nv30_state.c \ nv30_state_emit.c \ + nv30_state_fb.c \ nv30_surface.c \ nv30_vbo.c \ nv30_vertprog.c |