From: Ian Romanick Date: Fri, 16 Jul 2010 23:00:07 +0000 (-0700) Subject: linker: Remove the FINISHME comment for intrastage linking X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd6764ed6ec5ae1a4bce636feaf9d4b18ff3ccf3;p=mesa.git linker: Remove the FINISHME comment for intrastage linking --- diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index a4776b1941c..4869dbe1ca5 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -1135,7 +1135,8 @@ link_shaders(struct gl_shader_program *prog) prog->Version = max_version; - /* FINISHME: Implement intra-stage linking. */ + /* Link all shaders for a particular stage and validate the result. + */ prog->_NumLinkedShaders = 0; if (num_vert_shaders > 0) { gl_shader *const sh =