OSDN Git Service

linker: Remove the FINISHME comment for intrastage linking
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 16 Jul 2010 23:00:07 +0000 (16:00 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 19 Jul 2010 21:50:43 +0000 (14:50 -0700)
src/glsl/linker.cpp

index a4776b1..4869dbe 100644 (file)
@@ -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 =