mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 14:50:10 +01:00
brw: Fix typo in comment
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34251>
This commit is contained in:
parent
17d254e978
commit
ca95cb8178
1 changed files with 1 additions and 1 deletions
|
|
@ -1954,7 +1954,7 @@ brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler,
|
|||
OPT(nir_lower_subgroups, &subgroups_options);
|
||||
}
|
||||
|
||||
/* Run intel_nir_lower_conversions only after the last tiem
|
||||
/* Run intel_nir_lower_conversions only after the last time
|
||||
* brw_nir_optimize is called. Various optimizations invoked there can
|
||||
* rematerialize the conversions that the lowering pass eliminates.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue