From a69a96d85ee1e17e791258967236c6a2c1945cdf Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sat, 25 Sep 2010 12:40:01 +0100 Subject: gallivm: Remove dead experimental code. --- src/gallium/auxiliary/gallivm/lp_bld_sample.h | 4 ---- 1 file changed, 4 deletions(-) (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 43ed24bdc6..bb485784ef 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h @@ -83,10 +83,6 @@ struct lp_sampler_static_state unsigned compare_func:3; unsigned normalized_coords:1; unsigned min_max_lod_equal:1; /**< min_lod == max_lod ? */ - - /* Aero hacks */ - unsigned force_nearest_s:1; - unsigned force_nearest_t:1; }; -- cgit v1.2.3