mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 17:40:25 +01:00
gallivm: Fix copy'n'paste typo in previous commit.
This commit is contained in:
parent
df7a2451b1
commit
c8179ef5e8
1 changed files with 2 additions and 2 deletions
|
|
@ -452,10 +452,10 @@ lp_build_linear_mip_levels(struct lp_build_sample_context *bld,
|
|||
"clamp_lod_to_last");
|
||||
|
||||
*level0_out = LLVMBuildSelect(builder, clamp_max,
|
||||
int_bld->zero, *level0_out, "");
|
||||
last_level, *level0_out, "");
|
||||
|
||||
*level1_out = LLVMBuildSelect(builder, clamp_max,
|
||||
int_bld->zero, *level1_out, "");
|
||||
last_level, *level1_out, "");
|
||||
|
||||
*lod_fpart_inout = LLVMBuildSelect(builder, clamp_max,
|
||||
float_bld->zero, *lod_fpart_inout, "");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue