From 9a8473da8319c039c003af3b6a004726d48444fc Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Wed, 3 Feb 2010 15:49:10 +0100 Subject: gallium: Remove prefilter member from pipe_sampler_state struct. --- src/gallium/auxiliary/gallivm/lp_bld_sample.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample.h') diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h index 8cb8210ca7..39edcf13d1 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h @@ -70,7 +70,6 @@ struct lp_sampler_static_state unsigned compare_mode:1; unsigned compare_func:3; unsigned normalized_coords:1; - unsigned prefilter:4; }; -- cgit v1.2.3