From 73cd1cf7c1ab28eadbd6b7564fd103b799b126a0 Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Fri, 2 Apr 2010 14:25:38 -0700 Subject: gallium/docs: Dithering might not actually do anything. --- src/gallium/docs/source/cso/blend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/docs/source/cso/blend.rst b/src/gallium/docs/source/cso/blend.rst index 55c0f32885..c74396284c 100644 --- a/src/gallium/docs/source/cso/blend.rst +++ b/src/gallium/docs/source/cso/blend.rst @@ -28,7 +28,7 @@ logicop_enable logicop_func The logic operation to use if logic ops are enabled. One of PIPE_LOGICOP. dither - Whether dithering is enabled. + Whether dithering is enabled. Note: Dithering is implementation-dependent. rt Contains the per-rendertarget blend state. -- cgit v1.2.3