summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-09-25 12:40:01 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-09-25 12:40:01 +0100
commita69a96d85ee1e17e791258967236c6a2c1945cdf (patch)
tree85866054b28c73dc30ed84ee1b05735a97c8e06b /src/gallium/auxiliary/gallivm/lp_bld_sample.h
parent72258387786332c49b3275b8136a99be7591bf7f (diff)
gallivm: Remove dead experimental code.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_sample.h4
1 files changed, 0 insertions, 4 deletions
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;
};