Revert "ac/nir: clamp vertex color outputs in the right place"

This reverts commit b3fc49686e.

It was a rebase failure.

Fixes: b3fc49686e

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33482>
(cherry picked from commit 177c9b173e)
This commit is contained in:
Marek Olšák 2025-02-11 12:59:29 -05:00 committed by Eric Engestrom
parent 49b2aad9eb
commit de3dd2afdf
2 changed files with 1 additions and 4 deletions

View file

@ -3864,7 +3864,7 @@
"description": "Revert \"ac/nir: clamp vertex color outputs in the right place\"",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "b3fc49686edb33f3a67ab4a94ef9f218785765c0",
"notes": null

View file

@ -70,9 +70,6 @@ ac_nir_lower_legacy_vs(nir_shader *nir,
/* This should be after streamout and before exports. */
ac_nir_clamp_vertex_color_outputs(&b, &out);
/* This should be after streamout and before exports. */
ac_nir_clamp_vertex_color_outputs(&b, &out);
uint64_t export_outputs = nir->info.outputs_written | VARYING_BIT_POS;
if (kill_pointsize)
export_outputs &= ~VARYING_BIT_PSIZ;