gallivm/gs_iface: pass stream into end primitive interface.
[mesa.git] / src / gallium / auxiliary / draw / draw_llvm.c
index 529b1b7f0c33525c20cb53bc4f4166c7c9906be3..49abd6434c772dd5d5f083e287af8f96dbc86ace 100644 (file)
@@ -1828,7 +1828,7 @@ draw_gs_llvm_end_primitive(const struct lp_build_gs_iface *gs_base,
                            LLVMValueRef total_emitted_vertices_vec_ptr,
                            LLVMValueRef verts_per_prim_vec,
                            LLVMValueRef emitted_prims_vec,
-                           LLVMValueRef mask_vec)
+                           LLVMValueRef mask_vec, unsigned stream)
 {
    const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_base);
    struct draw_gs_llvm_variant *variant = gs_iface->variant;