mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
nir/lower_clip: update comment
As the lowering mentioned there got renamed twice: commitb085016f94Author: Rob Clark <robclark@freedesktop.org> Date: Fri Mar 25 13:52:26 2016 -0400 nir: rename lower_outputs_to_temporaries -> lower_io_to_temporaries Since it will gain support to lower inputs, give it a more generic name. commit1754507d49Author: Marek Ol¨ák <maraeo@gmail.com> Date: Wed Jun 25 19:05:19 2025 -0400 nir: rename nir_lower_io_to_temporaries -> nir_lower_io_vars_to_temporaries Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35760> Reviewed-by: Marek Ol¨ák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35855>
This commit is contained in:
parent
028591aead
commit
0003e16fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
* for fragment shaders to insert conditional kills based on the inter-
|
||||
* polated CLIPDIST
|
||||
*
|
||||
* NOTE: should be run after nir_lower_outputs_to_temporaries() (or at
|
||||
* NOTE: should be run after nir_lower_io_var_to_temporaries() (or at
|
||||
* least in scenarios where you can count on each output written once
|
||||
* and only once).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue