softpipe: rename sp_state_fs.c -> sp_state_shader.c

This commit is contained in:
Brian Paul 2010-09-25 13:50:30 -06:00
parent f8ee415e3c
commit 72c6d16f8f
3 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -24,9 +24,9 @@ softpipe = env.ConvenienceLibrary(
'sp_state_blend.c',
'sp_state_clip.c',
'sp_state_derived.c',
'sp_state_fs.c',
'sp_state_rasterizer.c',
'sp_state_sampler.c',
'sp_state_shader.c',
'sp_state_so.c',
'sp_state_surface.c',
'sp_state_vertex.c',