summaryrefslogtreecommitdiff
path: root/src/glsl/linker.cpp
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-07-16 16:00:07 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-07-19 14:50:43 -0700
commitcd6764ed6ec5ae1a4bce636feaf9d4b18ff3ccf3 (patch)
tree95bd847ff6e2bff78828b8321f4aa24df72f241d /src/glsl/linker.cpp
parent1a03a644d2f933fbbbe535e584a92fdf1ad619f1 (diff)
linker: Remove the FINISHME comment for intrastage linking
Diffstat (limited to 'src/glsl/linker.cpp')
-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 =