summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2010-02-03 15:49:10 +0100
committerMichal Krol <michal@vmware.com>2010-02-09 15:32:36 +0100
commit9a8473da8319c039c003af3b6a004726d48444fc (patch)
treeed64b88397ffaa14b778d1da6b60492388333499 /src/gallium/auxiliary/gallivm/lp_bld_sample.h
parent63d60979109fc715fbfb293ce0f831e792f45549 (diff)
gallium: Remove prefilter member from pipe_sampler_state struct.
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 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;
};