gallium: add PIPE_CAP_VIEWPORT_MASK
[mesa.git] / src / gallium / docs / source / screen.rst
index 567e76cfd802e9787cadacaeffb50793c3391394..a16e4994903ae4f37b738c6965a3f7f71733db72 100644 (file)
@@ -575,6 +575,7 @@ The integer capabilities:
 * ``PIPE_CAP_GL_BEGIN_END_BUFFER_SIZE``: Buffer size used to upload vertices for glBegin/glEnd.
 * ``PIPE_CAP_VIEWPORT_SWIZZLE``: Whether pipe_viewport_state::swizzle can be used to specify pre-clipping swizzling of coordinates (see GL_NV_viewport_swizzle).
 * ``PIPE_CAP_SYSTEM_SVM``: True if all application memory can be shared with the GPU without explicit mapping.
+* ``PIPE_CAP_VIEWPORT_MASK``: Whether ``TGSI_SEMANTIC_VIEWPORT_MASK`` and ``TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVE`` are supported (see GL_NV_viewport_array2).
 
 .. _pipe_capf: