Module: Mesa Branch: master Commit: 7f19b65b1ae4b68129b476b3089264ea9b25e6e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f19b65b1ae4b68129b476b3089264ea9b25e6e6
Author: Mathias Fröhlich <[email protected]> Date: Wed May 19 08:46:51 2010 -0600 gallium/docs: s/milli/nano/ --- src/gallium/docs/source/context.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst index bce1eef..ec358e3 100644 --- a/src/gallium/docs/source/context.rst +++ b/src/gallium/docs/source/context.rst @@ -206,7 +206,7 @@ are written to the framebuffer without being culled by :ref:`Depth, Stencil, & Alpha` testing or shader KILL instructions. Another type of query, ``PIPE_QUERY_TIME_ELAPSED``, returns the amount of -time, in milliseconds, the context takes to perform operations. +time, in nanoseconds, the context takes to perform operations. Gallium does not guarantee the availability of any query types; one must always check the capabilities of the :ref:`Screen` first. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
