projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf4970
)
nvc0: Update SConscript.
author
Vinson Lee
<vlee@vmware.com>
Sat, 5 Mar 2011 01:15:21 +0000
(17:15 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 5 Mar 2011 01:15:21 +0000
(17:15 -0800)
src/gallium/drivers/nvc0/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nvc0/SConscript
b/src/gallium/drivers/nvc0/SConscript
index c49e0ddbc52311931def3c51208a4b6dd621affd..dbbbf663b33a6aefc3ca554d71c2248331f78483 100644
(file)
--- 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'
])