summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-09-25 13:50:30 -0600
committerBrian Paul <brianp@vmware.com>2010-09-25 14:25:40 -0600
commit72c6d16f8fe31b1b711465d20e4d2c4cbd13825f (patch)
treea51937d8c106cc21eb3807284c457ea13eaeb6db /src/gallium/drivers/softpipe/Makefile
parentf8ee415e3c2fa8e475e9f7fad0315c06c232ff94 (diff)
softpipe: rename sp_state_fs.c -> sp_state_shader.c
Diffstat (limited to 'src/gallium/drivers/softpipe/Makefile')
-rw-r--r--src/gallium/drivers/softpipe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile
index 35d426aa3e..28953582f0 100644
--- a/src/gallium/drivers/softpipe/Makefile
+++ b/src/gallium/drivers/softpipe/Makefile
@@ -23,8 +23,8 @@ C_SOURCES = \
sp_state_blend.c \
sp_state_clip.c \
sp_state_derived.c \
- sp_state_fs.c \
sp_state_sampler.c \
+ sp_state_shader.c \
sp_state_so.c \
sp_state_rasterizer.c \
sp_state_surface.c \