From: Kenneth Graunke Date: Thu, 24 Jan 2019 01:16:22 +0000 (-0800) Subject: gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74c9c906f901f86fa54b6b8e61c72449ca1b10f3;p=mesa.git gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS. Thanks to Ilia for catching this. --- 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: