summaryrefslogtreecommitdiff
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2010-04-02 14:25:38 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-04-02 14:25:38 -0700
commit73cd1cf7c1ab28eadbd6b7564fd103b799b126a0 (patch)
treec176e64d39fd909164213a1d5915106285eb448b /src/gallium/docs
parent21961f6e9614f234be704da93032cb4ec197eef4 (diff)
gallium/docs: Dithering might not actually do anything.
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/cso/blend.rst2
1 files changed, 1 insertions, 1 deletions
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.