mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
llvmpipe: Silence uninitialized variable warning.
This commit is contained in:
parent
fd237a879f
commit
3ae37da611
1 changed files with 1 additions and 1 deletions
|
|
@ -1085,7 +1085,7 @@ lp_get_samples_2d_common(struct tgsi_sampler *tgsi_sampler,
|
|||
const struct pipe_sampler_state *sampler = samp->sampler;
|
||||
unsigned level0, level1, j, imgFilter;
|
||||
int width, height;
|
||||
float levelBlend;
|
||||
float levelBlend = 0.0F;
|
||||
|
||||
choose_mipmap_levels(tgsi_sampler, s, t, p,
|
||||
lodbias,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue