projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da34757
)
gallium/docs: s/milli/nano/
author
Mathias Fröhlich
<Mathias.Froehlich@web.de>
Wed, 19 May 2010 14:46:51 +0000
(08:46 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 19 May 2010 14:48:28 +0000
(08:48 -0600)
src/gallium/docs/source/context.rst
patch
|
blob
|
history
diff --git
a/src/gallium/docs/source/context.rst
b/src/gallium/docs/source/context.rst
index bce1eef9be117093fd0576939af3acfa0b9113f1..ec358e34545c31b50a7526dada590b00829db88e 100644
(file)
--- 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
milli
seconds, the context takes to perform operations.
+time, in
nano
seconds, 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.