summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_dump_state.c
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/drivers/trace/tr_dump_state.c
parent63d60979109fc715fbfb293ce0f831e792f45549 (diff)
gallium: Remove prefilter member from pipe_sampler_state struct.
Diffstat (limited to 'src/gallium/drivers/trace/tr_dump_state.c')
-rw-r--r--src/gallium/drivers/trace/tr_dump_state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/tr_dump_state.c b/src/gallium/drivers/trace/tr_dump_state.c
index c7364e2bd1..16b24f1c8f 100644
--- a/src/gallium/drivers/trace/tr_dump_state.c
+++ b/src/gallium/drivers/trace/tr_dump_state.c
@@ -422,7 +422,6 @@ void trace_dump_sampler_state(const struct pipe_sampler_state *state)
trace_dump_member(uint, state, compare_mode);
trace_dump_member(uint, state, compare_func);
trace_dump_member(bool, state, normalized_coords);
- trace_dump_member(uint, state, prefilter);
trace_dump_member(float, state, lod_bias);
trace_dump_member(float, state, min_lod);
trace_dump_member(float, state, max_lod);