From 9a8473da8319c039c003af3b6a004726d48444fc Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Wed, 3 Feb 2010 15:49:10 +0100 Subject: gallium: Remove prefilter member from pipe_sampler_state struct. --- src/gallium/docs/source/cso/sampler.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/docs/source') diff --git a/src/gallium/docs/source/cso/sampler.rst b/src/gallium/docs/source/cso/sampler.rst index 8b67ca57f1..044ffffcb4 100644 --- a/src/gallium/docs/source/cso/sampler.rst +++ b/src/gallium/docs/source/cso/sampler.rst @@ -35,8 +35,6 @@ normalized_coords Whether the texture coordinates are normalized. If normalized, they will always be in [0, 1]. If not, they will be in the range of each dimension of the loaded texture. -prefilter - Cylindrical texcoord wrap enable per coord. Not exposed by most APIs. lod_bias The bias to apply to the level of detail. min_lod -- cgit v1.2.3