mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 22:00:26 +01:00
gallivm: remove some old stuff
This commit is contained in:
parent
53c57191c5
commit
fe6237719d
1 changed files with 0 additions and 5 deletions
|
|
@ -2008,11 +2008,6 @@ lp_build_sample_soa(LLVMBuilderRef builder,
|
|||
LLVMValueRef t;
|
||||
LLVMValueRef r;
|
||||
|
||||
(void) lp_build_lod_selector; /* temporary to silence warning */
|
||||
(void) lp_build_nearest_mip_level;
|
||||
(void) lp_build_linear_mip_levels;
|
||||
(void) lp_build_minify;
|
||||
|
||||
/* Setup our build context */
|
||||
memset(&bld, 0, sizeof bld);
|
||||
bld.builder = builder;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue