From 59f047e6e70bf8ebce1921707ecd75252c9d0f41 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 3 Feb 2021 10:43:42 -0800 Subject: [PATCH] docs: Document PIPE_CAP_STREAM_OUTPUT_PAUSE_RESUME. It does more than the name suggests! Reviewed-by: Rob Clark Part-of: --- docs/gallium/screen.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst index cbd5dcb..49c9470 100644 --- a/docs/gallium/screen.rst +++ b/docs/gallium/screen.rst @@ -388,6 +388,10 @@ The integer capabilities: equal interpolation qualifiers. Components may overlap, notably when the gaps in an array of dvec3 are filled in. +* ``PIPE_CAP_STREAM_OUTPUT_PAUSE_RESUME``: Whether GL_ARB_transform_feeddback2 + is supported, including pausing/resuming queries and having + `count_from_stream_output` set on indirect draws to implement + glDrawTransformFeedback. Required for OpenGL 4.0. * ``PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS``: Whether interleaved stream output mode is able to interleave across buffers. This is required for ARB_transform_feedback3. -- 2.7.4