Module: Mesa Branch: master Commit: 8a6f60fc6b850b6553283c4fb8a7348635bb6cb6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a6f60fc6b850b6553283c4fb8a7348635bb6cb6
Author: Samuel Pitoiset <[email protected]> Date: Thu Oct 8 10:11:48 2020 +0200 aco: remove stub lower_wqm() prototype Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Rhys Perry <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7061> --- src/amd/compiler/aco_ir.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/amd/compiler/aco_ir.h b/src/amd/compiler/aco_ir.h index c02dd00c67a..f95ca7749ad 100644 --- a/src/amd/compiler/aco_ir.h +++ b/src/amd/compiler/aco_ir.h @@ -1674,8 +1674,6 @@ void select_trap_handler_shader(Program *program, struct nir_shader *shader, ac_shader_config* config, struct radv_shader_args *args); -void lower_wqm(Program* program, live& live_vars, - const struct radv_nir_compiler_options *options); void lower_phis(Program* program); void calc_min_waves(Program* program); void update_vgpr_sgpr_demand(Program* program, const RegisterDemand new_demand); _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
