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:
parent
7b7a9e8927
commit
7cebd16fbb
3 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue