mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
radv/llvm: Don't read edge flags anymore.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12998>
This commit is contained in:
parent
a7f2faea46
commit
611d583e64
1 changed files with 1 additions and 1 deletions
|
|
@ -1654,7 +1654,7 @@ handle_ngg_outputs_post_2(struct radv_shader_context *ctx)
|
|||
} else {
|
||||
prim.num_vertices = num_vertices;
|
||||
prim.isnull = ctx->ac.i1false;
|
||||
prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args->ac);
|
||||
prim.edgeflags = ctx->ac.i32_0;
|
||||
memcpy(prim.index, vtxindex, sizeof(vtxindex[0]) * 3);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue