Mesa (master): softpipe: Remove sp_video_context.c from SConscript.

Vinson Lee vlee at kemper.freedesktop.org
Wed Jul 13 21:51:55 UTC 2011


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Jul 13 14:50:12 2011 -0700

softpipe: Remove sp_video_context.c from SConscript.

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 |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/softpipe/SConscript b/src/gallium/drivers/softpipe/SConscript
index 9b2abdf..ea10e8a 100644
--- 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)




More information about the mesa-commit mailing list