diff options
author | Ben Skeggs <darktama@beleth.(none)> | 2008-02-20 17:22:40 +1100 |
---|---|---|
committer | Ben Skeggs <darktama@beleth.(none)> | 2008-02-20 17:22:40 +1100 |
commit | 759fa5fcc8038af4845a6d9c57b75933ef26559c (patch) | |
tree | 5c62bfc7f8a50db047b0f86f59bb179c8d19840f /src/gallium/drivers/nv40/Makefile | |
parent | 9cd10d7618a226fe46395b08beb19e420bc14a4f (diff) |
nv40: fb state
Diffstat (limited to 'src/gallium/drivers/nv40/Makefile')
-rw-r--r-- | src/gallium/drivers/nv40/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv40/Makefile b/src/gallium/drivers/nv40/Makefile index 82295cbefca..fd002b54e78 100644 --- a/src/gallium/drivers/nv40/Makefile +++ b/src/gallium/drivers/nv40/Makefile @@ -15,6 +15,7 @@ DRIVER_SOURCES = \ nv40_state_blend.c \ nv40_state_clip.c \ nv40_state_emit.c \ + nv40_state_fb.c \ nv40_state_rasterizer.c \ nv40_state_scissor.c \ nv40_state_stipple.c \ |