aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2020-06-19 15:02:25 +1000
committerDave Airlie <[email protected]>2020-07-08 06:06:05 +1000
commit21b903dd7d9df64d175ef216e580b419d74cee1e (patch)
tree9a9c72fee2d6f44e0bf7d7901877f60843216a6c /src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
parent87a388fb29c35af9ecab9fa6eb98c7ee25306ec0 (diff)
gallivm/gs_iface: pass stream into end primitive interface.
This is just an API change for now Reviewed-by: Roland Scheidegger <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5555>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_tgsi.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_tgsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
index 4333e6d8e94..42a01ec6a77 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
@@ -435,7 +435,7 @@ struct lp_build_gs_iface
LLVMValueRef total_emitted_vertices_vec,
LLVMValueRef verts_per_prim_vec,
LLVMValueRef emitted_prims_vec,
- LLVMValueRef mask_vec);
+ LLVMValueRef mask_vec, unsigned stream);
void (*gs_epilogue)(const struct lp_build_gs_iface *gs_iface,
LLVMValueRef total_emitted_vertices_vec,
LLVMValueRef emitted_prims_vec, unsigned stream);