From 6006588ad8c0769ed0e907c4e786836bc3704a25 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Tue, 25 Jun 2024 15:52:17 +1000 Subject: [PATCH] glsl: remove out of date TODO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The TODO was complete when the glsl version of this function was removed in 318d8ce6fc31 Reviewed-by: Marek Olšák Part-of: --- src/compiler/glsl/gl_nir_linker.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/compiler/glsl/gl_nir_linker.c b/src/compiler/glsl/gl_nir_linker.c index aef0182afb6..6895c940a54 100644 --- a/src/compiler/glsl/gl_nir_linker.c +++ b/src/compiler/glsl/gl_nir_linker.c @@ -892,10 +892,6 @@ init_program_resource_list(struct gl_shader_program *prog) } } -/* TODO: as we keep adding features, this method is becoming more and more - * similar to its GLSL counterpart at linker.cpp. Eventually it would be good - * to check if they could be refactored, and reduce code duplication somehow - */ void nir_build_program_resource_list(const struct gl_constants *consts, struct gl_shader_program *prog,