diff options
author | Brian Paul <[email protected]> | 2010-09-25 13:50:30 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-09-25 14:25:40 -0600 |
commit | 72c6d16f8fe31b1b711465d20e4d2c4cbd13825f (patch) | |
tree | a51937d8c106cc21eb3807284c457ea13eaeb6db /src/gallium/drivers/softpipe/Makefile | |
parent | f8ee415e3c2fa8e475e9f7fad0315c06c232ff94 (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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index 35d426aa3ea..28953582f0a 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 \ |