mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 16:50:10 +01:00
gallium/docs: Lops override the rest of the blending state when enabled.
This commit is contained in:
parent
05a18f48e5
commit
49735d1c6c
1 changed files with 4 additions and 2 deletions
|
|
@ -20,9 +20,11 @@ Logical Operations
|
|||
Logical operations, also known as logicops, lops, or rops, are supported.
|
||||
Only two-operand logicops are available. When logicops are enabled, all other
|
||||
blend state is ignored, including per-render-target state, so logicops are
|
||||
performed on all enabled render targets.
|
||||
performed on all render targets.
|
||||
|
||||
XXX do lops still apply if blend_enable isn't set?
|
||||
.. warning::
|
||||
The blend_enable flag is ignored for all render targets when logical
|
||||
operations are enabled.
|
||||
|
||||
For a source component `s` and destination component `d`, the logical
|
||||
operations are defined as taking the bits of each channel of each component,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue