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/SConscript | |
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/SConscript')
-rw-r--r-- | src/gallium/drivers/nvfx/SConscript | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/nvfx/SConscript b/src/gallium/drivers/nvfx/SConscript index 80e3ef2257f..f1041e77633 100644 --- a/src/gallium/drivers/nvfx/SConscript +++ b/src/gallium/drivers/nvfx/SConscript @@ -24,14 +24,8 @@ nvfx = env.ConvenienceLibrary( 'nvfx_resource.c', 'nvfx_screen.c', 'nvfx_state.c', - 'nvfx_state_blend.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', |