mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 22:20:09 +01:00
Revert "ac/nir: clamp vertex color outputs in the right place"
This reverts commitb3fc49686e. It was a rebase failure. Fixes:b3fc49686eReviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33482> (cherry picked from commit177c9b173e)
This commit is contained in:
parent
49b2aad9eb
commit
de3dd2afdf
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue