From 7a830ac49f8ac29d9f5a7abc0c6474e6495d0a7b Mon Sep 17 00:00:00 2001 From: Luca Barbieri Date: Sat, 4 Sep 2010 05:30:27 +0200 Subject: nvfx: consolidate tiny files We probably want to reorganize the remaining files too, but that's for later, maybe. --- src/gallium/drivers/nvfx/SConscript | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/gallium/drivers/nvfx/SConscript') diff --git a/src/gallium/drivers/nvfx/SConscript b/src/gallium/drivers/nvfx/SConscript index 80e3ef2257..f1041e7763 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', -- cgit v1.2.3