<div dir="ltr">Reviewed-by: Marek Olšák <<a href="mailto:maraeo@gmail.com">maraeo@gmail.com</a>><br><br>Marek<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 29, 2013 at 2:33 PM, Christoph Bumiller <span dir="ltr"><<a href="mailto:e0425955@student.tuwien.ac.at" target="_blank">e0425955@student.tuwien.ac.at</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---<br>
 src/gallium/docs/source/context.rst |    8 +++++---<br>
 1 files changed, 5 insertions(+), 3 deletions(-)<br>
<br>
diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst<br>
index 9e57930..2cc1848 100644<br>
--- a/src/gallium/docs/source/context.rst<br>
+++ b/src/gallium/docs/source/context.rst<br>
@@ -335,15 +335,17 @@ The result is a 64-bit integer specifying the timer resolution in Hz,<br>
 followed by a boolean value indicating whether the timer has incremented.<br>
<br>
 ``PIPE_QUERY_PRIMITIVES_GENERATED`` returns a 64-bit integer indicating<br>
-the number of primitives processed by the pipeline.<br>
+the number of primitives processed by the pipeline (regardless of whether<br>
+stream output is active or not).<br>
<br>
 ``PIPE_QUERY_PRIMITIVES_EMITTED`` returns a 64-bit integer indicating<br>
 the number of primitives written to stream output buffers.<br>
<br>
 ``PIPE_QUERY_SO_STATISTICS`` returns 2 64-bit integers corresponding to<br>
-the results of<br>
+the result of<br>
 ``PIPE_QUERY_PRIMITIVES_EMITTED`` and<br>
-``PIPE_QUERY_PRIMITIVES_GENERATED``, in this order.<br>
+the number of primitives that would have been written to stream output buffers<br>
+if they had infinite space available (primitives_storage_needed), in this order.<br>
<br>
 ``PIPE_QUERY_SO_OVERFLOW_PREDICATE`` returns a boolean value indicating<br>
 whether the stream output targets have overflowed as a result of the<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.3.4<br>
<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</font></span></blockquote></div><br></div></div>