mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
freedreno/a3xx: fix typo mixup w/ mipfilter
Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
575a6e7ec5
commit
7dab097a51
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ fd3_sampler_state_create(struct pipe_context *pctx,
|
|||
if (!so)
|
||||
return NULL;
|
||||
|
||||
if (cso->min_mip_filter == PIPE_TEX_MIPFILTER_NEAREST)
|
||||
if (cso->min_mip_filter == PIPE_TEX_MIPFILTER_LINEAR)
|
||||
miplinear = true;
|
||||
|
||||
so->base = *cso;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue