From 0cbefc1bea703378381afff946e30c27a21f191d Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Wed, 11 Jun 2014 15:33:41 -0400 Subject: gallium: add vertex stream argument to EMIT/ENDPRIM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ilia Mirkin Reviewed-by: Marek Olšák Reviewed-by: Brian Paul Reviewed-by: Roland Scheidegger --- src/gallium/docs/source/tgsi.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gallium/docs') diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 2130e0893f8..4213b4ac185 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 -- cgit v1.2.3