summaryrefslogtreecommitdiff
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2019-01-23 17:16:22 -0800
committerKenneth Graunke <kenneth@whitecape.org>2019-01-23 17:16:22 -0800
commit74c9c906f901f86fa54b6b8e61c72449ca1b10f3 (patch)
tree7f2e3e245b627d10de6d5eb9f767b7c56ac8a548 /src/gallium/docs
parent022800a05833a63dc39a7e73ce8ad2e304063615 (diff)
downloadmesa-74c9c906f901f86fa54b6b8e61c72449ca1b10f3.tar.gz
gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS.
Thanks to Ilia for catching this.
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 9b75a407db3..f5e8ff507db 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -483,6 +483,7 @@ The integer capabilities:
* ``PIPE_CAP_TGSI_ATOMFADD``: Atomic floating point adds are supported on
images, buffers, and shared memory.
* ``PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND``: True if the driver needs blend state to use zero/one instead of destination alpha for RGB/XRGB formats.
+* ``PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS``: True if the driver wants TESSINNER and TESSOUTER to be inputs (rather than system values) for tessellation evaluation shaders.
.. _pipe_capf: