X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdocs%2Fsource%2Fscreen.rst;fp=src%2Fgallium%2Fdocs%2Fsource%2Fscreen.rst;h=25b153265ecd618eeaef92f898adcab0212126d0;hb=bb5fc90135f682fedfce4cb7712fa418e6b4b95d;hp=e98bc1cde01de04c77dc2d269e8c252d27fe1851;hpb=bcf6a9ec635a6cf6e1f7166ad3e6912fb74bb59f;p=mesa.git diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index e98bc1cde01..25b153265ec 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -52,6 +52,9 @@ The integer capabilities: from color blend equations, in :ref:`Blend` state. * ``PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS``: The maximum number of stream buffers. * ``PIPE_CAP_PRIMITIVE_RESTART``: Whether primitive restart is supported. +* ``PIPE_CAP_PRIMITIVE_RESTART_FIXED_INDEX``: Subset of + PRIMITIVE_RESTART where the restart index is always the fixed maximum + value for the index type. * ``PIPE_CAP_INDEP_BLEND_ENABLE``: Whether per-rendertarget blend enabling and channel masks are supported. If 0, then the first rendertarget's blend mask is replicated across all MRTs.