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/include | |
parent | 63d60979109fc715fbfb293ce0f831e792f45549 (diff) |
gallium: Remove prefilter member from pipe_sampler_state struct.
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 9ae096ee3cf..97158625674 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -279,7 +279,6 @@ struct pipe_sampler_state unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */ unsigned compare_func:3; /**< PIPE_FUNC_x */ unsigned normalized_coords:1; /**< Are coords normalized to [0,1]? */ - unsigned prefilter:4; /**< Cylindrical texcoord wrap, per coord, exposed by some api's */ float lod_bias; /**< LOD/lambda bias */ float min_lod, max_lod; /**< LOD clamp range, after bias */ float border_color[4]; |