OSDN Git Service

gallium/docs: Dithering might not actually do anything.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Fri, 2 Apr 2010 21:25:38 +0000 (14:25 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Fri, 2 Apr 2010 21:25:38 +0000 (14:25 -0700)
src/gallium/docs/source/cso/blend.rst

index 55c0f32..c743962 100644 (file)
@@ -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.