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>
This commit is contained in:
Ilia Mirkin
2014-06-11 15:33:41 -04:00
parent 1bfc0a1102
commit 0cbefc1bea
3 changed files with 8 additions and 8 deletions

View File

@@ -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