util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit code
authorBrian Paul <brianp@vmware.com>
Mon, 15 Sep 2014 21:33:26 +0000 (15:33 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 24 Sep 2014 21:35:10 +0000 (15:35 -0600)
commitb32f05e153c2070f07e321e37c48ca94eb929536
tree777207078ed932357e420b99e81307a53accc0a4
parentf5e8b30472795edc664863be33be70060c3d78c4
util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit code

PIPE_TEX_MIPFILTER_x is not legal for the pipe_sampler_state::
min/mag_img_filter fields.  But PIPE_TEX_MIPFILTER_x == PIPE_TEX_FILTER_x
so we were getting lucky.

This also makes the code consistent with u_blitter.c.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/gallium/auxiliary/util/u_blit.c