linker: Remove the FINISHME comment for intrastage linking

This commit is contained in:
Ian Romanick
2010-07-16 16:00:07 -07:00
parent 1a03a644d2
commit cd6764ed6e

View 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 =