commit | 8639effefeb8c06beedbfcc294694b6bb72db882 | [log] [tgz] |
---|---|---|
author | Iago Toral Quiroga <itoral@igalia.com> | Fri Jun 20 10:26:29 2014 +0200 |
committer | Iago Toral Quiroga <itoral@igalia.com> | Mon Jun 30 08:08:50 2014 +0200 |
tree | e27e6f1b77883bcfbf322fff2f4cdab22a7658bc | |
parent | 9650293b51b23b86f4fcf6875e1801555fa235d0 [diff] |
glsl: Modify ir_emit_vertex to have a stream. This will be necessary to implement EmitStreamVertex(). EmitVertex() will produce an ir_emit_vertex with the default stream 0. Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>