Module: Mesa Branch: master Commit: 83953f9d4d40d560586785e7342d7784bad6fae2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83953f9d4d40d560586785e7342d7784bad6fae2
Author: Marek Olšák <[email protected]> Date: Fri Aug 14 01:22:05 2020 -0400 nir: remove nir_strip stub declaration Reviewed-by: Jason Ekstrand <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6328> --- src/compiler/nir/nir.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index cbb58933a76..d538954ffea 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -4678,8 +4678,6 @@ bool nir_opt_load_store_vectorize(nir_shader *shader, nir_variable_mode modes, nir_should_vectorize_mem_func callback, nir_variable_mode robust_modes); -void nir_strip(nir_shader *shader); - void nir_sweep(nir_shader *shader); void nir_remap_dual_slot_attributes(nir_shader *shader, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
