llvmpipe: lp_tex_sample_llvm.c -> lp_tex_sample.c

'llvm' suffix unnecessary now that the C sampling version disappeared.
This commit is contained in:
José Fonseca
2010-04-25 12:11:36 +01:00
parent 7b7a9e8927
commit 7cebd16fbb
3 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ C_SOURCES = \
lp_state_vertex.c \
lp_state_vs.c \
lp_surface.c \
lp_tex_sample_llvm.c \
lp_tex_sample.c \
lp_texture.c \
lp_tile_image.c \
lp_tile_soa.c

View File

@@ -60,7 +60,7 @@ llvmpipe = env.ConvenienceLibrary(
'lp_state_vertex.c',
'lp_state_vs.c',
'lp_surface.c',
'lp_tex_sample_llvm.c',
'lp_tex_sample.c',
'lp_texture.c',
'lp_tile_image.c',
'lp_tile_soa.c',