gallium/swr: Enable GL_ARB_gpu_shader5: multiple streams
[mesa.git] / src / gallium / auxiliary / draw / draw_llvm.c
index 25b0f0f07b5759511fe22bc1bd0970111a651b2b..c15722cc3e73935aadb721598aae44a6e0ffae02 100644 (file)
@@ -1521,7 +1521,8 @@ static void
 draw_gs_llvm_emit_vertex(const struct lp_build_gs_iface *gs_base,
                          struct lp_build_context * bld,
                          LLVMValueRef (*outputs)[4],
-                         LLVMValueRef emitted_vertices_vec)
+                         LLVMValueRef emitted_vertices_vec,
+                         LLVMValueRef stream_id)
 {
    const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_base);
    struct draw_gs_llvm_variant *variant = gs_iface->variant;