Module: Mesa Branch: master Commit: 834cde584466622bd76616c0e6222e1e87e12e20 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=834cde584466622bd76616c0e6222e1e87e12e20
Author: Jakob Bornecrantz <[email protected]> Date: Fri Nov 5 17:46:53 2010 +0000 scons: Remove old pipebuffer SConscript --- src/gallium/auxiliary/pipebuffer/SConscript | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/src/gallium/auxiliary/pipebuffer/SConscript b/src/gallium/auxiliary/pipebuffer/SConscript deleted file mode 100644 index a074a55..0000000 --- a/src/gallium/auxiliary/pipebuffer/SConscript +++ /dev/null @@ -1,18 +0,0 @@ -Import('*') - -pipebuffer = env.ConvenienceLibrary( - target = 'pipebuffer', - source = [ - 'pb_buffer_fenced.c', - 'pb_buffer_malloc.c', - 'pb_bufmgr_alt.c', - 'pb_bufmgr_cache.c', - 'pb_bufmgr_debug.c', - 'pb_bufmgr_mm.c', - 'pb_bufmgr_ondemand.c', - 'pb_bufmgr_pool.c', - 'pb_bufmgr_slab.c', - 'pb_validate.c', - ]) - -auxiliaries.insert(0, pipebuffer) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
