From a5f0a11477ae90f47f3adb59a93c5576dc8c7325 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 2 May 2011 02:37:46 +0200 Subject: gallium: implement seamless cubemap extensions Reviewed-by: Brian Paul --- src/gallium/docs/source/cso/sampler.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gallium/docs') diff --git a/src/gallium/docs/source/cso/sampler.rst b/src/gallium/docs/source/cso/sampler.rst index 9bbb784de8e..648b5cc60ea 100644 --- a/src/gallium/docs/source/cso/sampler.rst +++ b/src/gallium/docs/source/cso/sampler.rst @@ -107,3 +107,7 @@ max_anisotropy Set to zero to disable anisotropic filtering. Any other setting enables anisotropic filtering, however it's not unexpected some drivers only will change their filtering with a setting of 2 and higher. +seamless_cube_map + If set, the bilinear filter of a cube map may take samples from adjacent + cube map faces when sampled near a texture border to produce a seamless + look. \ No newline at end of file -- cgit v1.2.3