From: Brian Paul Date: Tue, 8 Jun 2010 14:21:27 +0000 (-0600) Subject: softpipe: added sp_state_so.c to file list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10379e4edfd91d6801667ae84542ca36830b7913;p=mesa.git softpipe: added sp_state_so.c to file list --- diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index 83f3e4a19b6..35d426aa3ea 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 \