mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 05:28:05 +02:00
zink: do not lower gs-intrinscs, take two
Whoops, I missed a spot!
Fixes: ad26d29adc ("zink: do not lower gs-intrinsics")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20177>
This commit is contained in:
parent
a42f8d49c3
commit
dcf3ae72ab
1 changed files with 0 additions and 1 deletions
|
|
@ -1864,7 +1864,6 @@ zink_set_line_stipple_keys(struct zink_context *ctx)
|
|||
&screen->nir_options,
|
||||
ctx->gfx_stages[prev_vertex_stage]->nir,
|
||||
SHADER_PRIM_LINE_STRIP, 2);
|
||||
NIR_PASS_V(nir, nir_lower_gs_intrinsics, nir_lower_gs_intrinsics_per_stream);
|
||||
|
||||
struct zink_shader *shader = zink_shader_create(screen, nir, NULL);
|
||||
ctx->gfx_stages[prev_vertex_stage]->non_fs.generated_gs = shader;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue