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:
@@ -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
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user