summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2015-05-27 17:39:05 +1000
committerDave Airlie <airlied@redhat.com>2019-04-09 11:19:38 +1000
commit7720ce32aaca4f39ae8f1ca85cca552608ece3ae (patch)
treef876417d1a4d9e8024a3b944b9e34c1840446736 /src/gallium/auxiliary/draw/draw_pt.h
parentddb9ad363d900e00898b591fe0793622257acc47 (diff)
draw: add support to tgsi paths for geometry streams. (v2)
This hooks up the geometry shader processing to the TGSI support added in the previous commits. It doesn't change the llvm interface other than to keep things building. v2: fix some regressions caused by primitiveoffsets Reviewed-by: Roland Scheidegger <sroland@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_pt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.h b/src/gallium/auxiliary/draw/draw_pt.h
index cb9a1b30848..00527527fe7 100644
--- a/src/gallium/auxiliary/draw/draw_pt.h
+++ b/src/gallium/auxiliary/draw/draw_pt.h
@@ -188,6 +188,7 @@ struct pt_so_emit;
void draw_pt_so_emit_prepare(struct pt_so_emit *emit, boolean use_pre_clip_pos);
void draw_pt_so_emit( struct pt_so_emit *emit,
+ int num_vertex_streams,
const struct draw_vertex_info *vert_info,
const struct draw_prim_info *prim_info );