diff options
author | Luca Barbieri <[email protected]> | 2010-09-04 05:30:27 +0200 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-09-04 05:31:52 +0200 |
commit | 7a830ac49f8ac29d9f5a7abc0c6474e6495d0a7b (patch) | |
tree | 7bfebc1988577d1f72f8d33f2b5b199c238709b2 /src/gallium/drivers/nvfx/Makefile | |
parent | 603bef557220d68dbb165e775c7c9b0d6db7709e (diff) |
nvfx: consolidate tiny files
We probably want to reorganize the remaining files too, but that's
for later, maybe.
Diffstat (limited to 'src/gallium/drivers/nvfx/Makefile')
-rw-r--r-- | src/gallium/drivers/nvfx/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gallium/drivers/nvfx/Makefile b/src/gallium/drivers/nvfx/Makefile index 6cbbad699eb..46bb0823881 100644 --- a/src/gallium/drivers/nvfx/Makefile +++ b/src/gallium/drivers/nvfx/Makefile @@ -19,14 +19,8 @@ C_SOURCES = \ nvfx_resource.c \ nvfx_screen.c \ nvfx_state.c \ - nvfx_state_blend.c \ - nvfx_state_emit.c \ + nvfx_state_emit.c \ nvfx_state_fb.c \ - nvfx_state_rasterizer.c \ - nvfx_state_scissor.c \ - nvfx_state_stipple.c \ - nvfx_state_viewport.c \ - nvfx_state_zsa.c \ nvfx_surface.c \ nvfx_transfer.c \ nvfx_vbo.c \ |