Module: Mesa
Branch: master
Commit: 59f047e6e70bf8ebce1921707ecd75252c9d0f41
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=59f047e6e70bf8ebce1921707ecd75252c9d0f41

Author: Eric Anholt <[email protected]>
Date:   Wed Feb  3 10:43:42 2021 -0800

docs: Document PIPE_CAP_STREAM_OUTPUT_PAUSE_RESUME.

It does more than the name suggests!

Reviewed-by: Rob Clark <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8843>

---

 docs/gallium/screen.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst
index cbd5dcb85dd..49c94704dd2 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.

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to