summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-05-29 11:39:52 -0400
committerIlia Mirkin <imirkin@alum.mit.edu>2016-06-06 20:49:29 -0400
commitedfa7a4b25839fb7bda71ce42af9a0a02c7c5b27 (patch)
treea8eb518483d1cf456722f73d1c23c35479c89430 /src/gallium/docs
parent30684b50d71d4d5356b671293af4b9f3fd6161ff (diff)
downloadexternal_mesa3d-edfa7a4b25839fb7bda71ce42af9a0a02c7c5b27.zip
external_mesa3d-edfa7a4b25839fb7bda71ce42af9a0a02c7c5b27.tar.gz
external_mesa3d-edfa7a4b25839fb7bda71ce42af9a0a02c7c5b27.tar.bz2
gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/screen.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index 920da42..979b6c1 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: