freedreno/a3xx: fix typo mixup w/ mipfilter

Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
Rob Clark 2013-09-19 10:28:52 -04:00
parent 575a6e7ec5
commit 7dab097a51

View file

@ -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;