diff options
author | Elie Tournier <[email protected]> | 2020-06-02 11:24:34 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-17 06:19:16 +0000 |
commit | 377731ec1bb84e103eff587e00c938deef929cba (patch) | |
tree | 2a87dc2ebc504b0ae3146b041d3b379e66c51bf4 /docs | |
parent | 57174c910235a2f18ceebb7988c7e8b94c565136 (diff) |
gallium: Add PIPE_CAP_BLEND_EQUATION_ADVANCED
Signed-off-by: Elie Tournier <[email protected]>
Reviewed-by: Gert Wollny <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5516>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gallium/screen.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst index 1c572f9af54..4304764033a 100644 --- a/docs/gallium/screen.rst +++ b/docs/gallium/screen.rst @@ -588,6 +588,7 @@ The integer capabilities: * ``PIPE_CAP_VIEWPORT_MASK``: Whether ``TGSI_SEMANTIC_VIEWPORT_MASK`` and ``TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVE`` are supported (see GL_NV_viewport_array2). * ``PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE``: Whether mapping a buffer as unsynchronized from any thread is safe. * ``PIPE_CAP_GLSL_ZERO_INIT``: Choose a default zero initialization some glsl variables. If `1`, then all glsl shader variables and gl_FragColor are initialized to zero. If `2`, then shader out variables are not initialized but function out variables are. +* ``PIPE_CAP_BLEND_EQUATION_ADVANCED``: Driver supports blend equation advanced without necessarily supporting FBFETCH. .. _pipe_capf: |