Module: Mesa Branch: master Commit: 10379e4edfd91d6801667ae84542ca36830b7913 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10379e4edfd91d6801667ae84542ca36830b7913
Author: Brian Paul <[email protected]> Date: Tue Jun 8 08:21:27 2010 -0600 softpipe: added sp_state_so.c to file list --- src/gallium/drivers/softpipe/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index 83f3e4a..35d426a 100644 --- a/src/gallium/drivers/softpipe/Makefile +++ b/src/gallium/drivers/softpipe/Makefile @@ -25,6 +25,7 @@ C_SOURCES = \ sp_state_derived.c \ sp_state_fs.c \ sp_state_sampler.c \ + sp_state_so.c \ sp_state_rasterizer.c \ sp_state_surface.c \ sp_state_vertex.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
