diff options
author | Ilia Mirkin <[email protected]> | 2016-05-29 11:39:52 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-06-06 20:49:29 -0400 |
commit | edfa7a4b25839fb7bda71ce42af9a0a02c7c5b27 (patch) | |
tree | a8eb518483d1cf456722f73d1c23c35479c89430 /src/gallium/docs | |
parent | 30684b50d71d4d5356b671293af4b9f3fd6161ff (diff) |
gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 920da42768d..979b6c1d6ab 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -340,6 +340,7 @@ The integer capabilities: extension and thus implements proper support for culling planes. * ``PIPE_CAP_PRIMITIVE_RESTART_FOR_PATCHES``: Whether primitive restart is supported for patch primitives. +* ``PIPE_CAP_TGSI_VOTE``: Whether the ``VOTE_*`` ops can be used in shaders. .. _pipe_capf: |