summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2014-06-11 15:33:41 -0400
committerIlia Mirkin <imirkin@alum.mit.edu>2014-07-01 11:34:24 -0400
commit0cbefc1bea703378381afff946e30c27a21f191d (patch)
tree541870f0476d0823bd6a1e72296bd24fd46adaf0 /src/gallium/docs
parent1bfc0a11027449ae7ab7c28eb695f26de530eccf (diff)
downloadexternal_mesa3d-0cbefc1bea703378381afff946e30c27a21f191d.zip
external_mesa3d-0cbefc1bea703378381afff946e30c27a21f191d.tar.gz
external_mesa3d-0cbefc1bea703378381afff946e30c27a21f191d.tar.bz2
gallium: add vertex stream argument to EMIT/ENDPRIM
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/tgsi.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index 2130e08..4213b4a 100644
--- a/src/gallium/docs/source/tgsi.rst
+++ b/src/gallium/docs/source/tgsi.rst
@@ -1646,14 +1646,14 @@ in any other type of shader.
.. opcode:: EMIT - Emit
- Generate a new vertex for the current primitive using the values in the
- output registers.
+ Generate a new vertex for the current primitive into the specified vertex
+ stream using the values in the output registers.
.. opcode:: ENDPRIM - End Primitive
- Complete the current primitive (consisting of the emitted vertices),
- and start a new one.
+ Complete the current primitive in the specified vertex stream (consisting of
+ the emitted vertices), and start a new one.
GLSL ISA