projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4cbd12
)
softpipe: Remove sp_video_context.c from SConscript.
author
Vinson Lee
<vlee@vmware.com>
Wed, 13 Jul 2011 21:50:12 +0000
(14:50 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 13 Jul 2011 21:50:12 +0000
(14:50 -0700)
sp_video_context.c was added to SConscript in commit
ed24e19070b7dff12670151b2d184f31c845ccae
(pipe-video merge) but no file
of that name was added.
src/gallium/drivers/softpipe/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/SConscript
b/src/gallium/drivers/softpipe/SConscript
index 9b2abdfd7f11caa0e18fdc2b84ef12e86b49c1b3..ea10e8a9f986f5cbb7bd0933aaf1990abf4e3cfa 100644
(file)
--- a/
src/gallium/drivers/softpipe/SConscript
+++ b/
src/gallium/drivers/softpipe/SConscript
@@
-35,7
+35,6
@@
softpipe = env.ConvenienceLibrary(
'sp_tex_tile_cache.c',
'sp_texture.c',
'sp_tile_cache.c',
- 'sp_video_context.c',
])
env.Alias('softpipe', softpipe)