summaryrefslogtreecommitdiff
path: root/src/glsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl')
-rw-r--r--src/glsl/linker.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index a4776b1941..4869dbe1ca 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 =