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:13:45 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-09-25 12:21:19 +0100
commit2a8d1fd3cedbac1dd145a3ac5b7a8edcba9a85d5 (patch)
treea5f640fc5f8ab54457060820f769d82cf3de1942 /src/gallium/auxiliary/gallivm/lp_bld_sample.h
parent998cf11e1387b3b0f774426eb7b52abfebbb20d3 (diff)
gallivm: Fetch the lod from the dynamic state when min_lod == max_lod.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_sample.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
index 9a19e87571..43ed24bdc6 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
@@ -83,7 +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 ? */
- float min_max_lod; /**< only valid when min_max_lod_equal=1 */
/* Aero hacks */
unsigned force_nearest_s:1;