diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-11-22 02:43:27 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-11-22 02:43:27 +0000 |
commit | e3a07a4e68d0d97b1861db30e1ec5f90a573281b (patch) | |
tree | 32019ee1244f7b75e572fd54d870d59cde5725a3 /lib/mesa/src/gallium/docs/source/cso/blend.rst | |
parent | d41b141680bb701643858a166cd72d49308bf9d2 (diff) |
import Mesa 11.0.6
Diffstat (limited to 'lib/mesa/src/gallium/docs/source/cso/blend.rst')
-rw-r--r-- | lib/mesa/src/gallium/docs/source/cso/blend.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/mesa/src/gallium/docs/source/cso/blend.rst b/lib/mesa/src/gallium/docs/source/cso/blend.rst index 7316e5c71..dce999c83 100644 --- a/lib/mesa/src/gallium/docs/source/cso/blend.rst +++ b/lib/mesa/src/gallium/docs/source/cso/blend.rst @@ -88,18 +88,6 @@ independent_blend_enable the first member of the rt array contains valid data. rt Contains the per-rendertarget blend state. -alpha_to_coverage - If enabled, the fragment's alpha value is used to override the fragment's - coverage mask. The coverage mask will be all zeros if the alpha value is - zero. The coverage mask will be all ones if the alpha value is one. - Otherwise, the number of bits set in the coverage mask will be proportional - to the alpha value. Note that this step happens regardless of whether - multisample is enabled or the destination buffer is multisampled. -alpha_to_one - If enabled, the fragment's alpha value will be set to one. As with - alpha_to_coverage, this step happens regardless of whether multisample - is enabled or the destination buffer is multisampled. - Per-rendertarget Members ------------------------ |