diff options
author | Michal Krol <[email protected]> | 2010-02-03 15:49:10 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-02-09 15:32:36 +0100 |
commit | 9a8473da8319c039c003af3b6a004726d48444fc (patch) | |
tree | ed64b88397ffaa14b778d1da6b60492388333499 /src/gallium/drivers/trace | |
parent | 63d60979109fc715fbfb293ce0f831e792f45549 (diff) |
gallium: Remove prefilter member from pipe_sampler_state struct.
Diffstat (limited to 'src/gallium/drivers/trace')
-rw-r--r-- | src/gallium/drivers/trace/tr_dump_state.c | 1 |
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 c7364e2bd1d..16b24f1c8f3 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); |