mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-07 03:20:28 +01:00
draw: add missing streamout state setup for draw/llvm.
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
6e738d35c5
commit
c67a1f1d53
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ draw_create_vs_llvm(struct draw_context *draw,
|
|||
vs->base.info.file_max[TGSI_FILE_INPUT]+1,
|
||||
vs->base.info.file_max[TGSI_FILE_SAMPLER]+1);
|
||||
|
||||
vs->base.state.stream_output = state->stream_output;
|
||||
vs->base.draw = draw;
|
||||
vs->base.prepare = vs_llvm_prepare;
|
||||
vs->base.run_linear = vs_llvm_run_linear;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue