gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 24 Jan 2019 01:16:22 +0000 (17:16 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 24 Jan 2019 01:16:22 +0000 (17:16 -0800)
Thanks to Ilia for catching this.

src/gallium/docs/source/screen.rst

index 9b75a407db39facc4a9f21f18548490dc627288e..f5e8ff507db561cf16c8b44ba2e80e5cf8bf7124 100644 (file)
@@ -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: