diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-12-12 17:41:49 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-12-12 17:41:49 +0000 |
commit | 56f36ed16662f83e0cb29c2c08dce4ce0d3f4912 (patch) | |
tree | 1d48fe5b4616c969d8e603f7505f747235557696 /src/gallium/auxiliary/pipebuffer/SConscript | |
parent | d2c2e9316d043ab584794a3524f22776deb4c777 (diff) | |
parent | aef455c4a7bbd7df97a6444ae332cb5fb976e627 (diff) |
Merge branch 'no-validate' into gallium-0.1
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/SConscript')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/SConscript b/src/gallium/auxiliary/pipebuffer/SConscript index 4acf721808..56a40dda0d 100644 --- a/src/gallium/auxiliary/pipebuffer/SConscript +++ b/src/gallium/auxiliary/pipebuffer/SConscript @@ -10,7 +10,6 @@ pipebuffer = env.ConvenienceLibrary( 'pb_bufmgr_debug.c', 'pb_bufmgr_fenced.c', 'pb_bufmgr_mm.c', - 'pb_bufmgr_ondemand.c', 'pb_bufmgr_pool.c', 'pb_bufmgr_slab.c', 'pb_validate.c', |