Mesa (master): nvc0: Update SConscript.

Vinson Lee vlee at kemper.freedesktop.org
Sat Mar 5 01:15:48 UTC 2011


Module: Mesa
Branch: master
Commit: 19355a461a80c45e454f62f4496a93e36658ad65
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=19355a461a80c45e454f62f4496a93e36658ad65

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Mar  4 17:15:21 2011 -0800

nvc0: Update SConscript.

---

 src/gallium/drivers/nvc0/SConscript |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/gallium/drivers/nvc0/SConscript b/src/gallium/drivers/nvc0/SConscript
index c49e0dd..dbbbf66 100644
--- a/src/gallium/drivers/nvc0/SConscript
+++ b/src/gallium/drivers/nvc0/SConscript
@@ -5,7 +5,6 @@ env = env.Clone()
 nvc0 = env.ConvenienceLibrary(
     target = 'nvc0',
     source = [
-        'nvc0_buffer.c',
         'nvc0_context.c',
         'nvc0_draw.c',
         'nvc0_formats.c',
@@ -28,8 +27,6 @@ nvc0 = env.ConvenienceLibrary(
         'nvc0_pc_regalloc.c',
         'nvc0_push.c',
         'nvc0_push2.c',
-        'nvc0_fence.c',
-        'nvc0_mm.c',
         'nvc0_query.c'
     ])
 




More information about the mesa-commit mailing list